delorie.com/archives/browse.cgi | search |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Another cross-compiler problem! |
Date: | 10 Oct 2001 16:07:05 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 24 |
Message-ID: | <9q1rn9$ch$1@nets3.rz.RWTH-Aachen.DE> |
References: | <20011010154210 DOT 58421 DOT qmail AT web9106 DOT mail DOT yahoo DOT com> |
NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 1002730025 401 137.226.32.75 (10 Oct 2001 16:07:05 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 10 Oct 2001 16:07:05 GMT |
Originator: | broeker@ |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
ROLAND <roland_asmann AT yahoo DOT com> wrote: > Can you tell me what library I need to download in > order to get things working again? For the particular headers you mentioned, no such library may exist. <inttypes.h> is a C99'ism which would usually be provided by GCC, not any external library. You may want to reconsider whether you need that in the first place. The extensions to standardized contents of <signal.h> and <time.h> used by your program you didn't detail, so I can't help much with those. You may be better off removing those usages from your program altogether. Chances are high they'll break on other platforms besides DJGPP. In a nutshell: you're just discovering why the FSF had to invent "configure" scripts. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |