Mail Archives: djgpp/2001/10/11/02:10:21
--- Hans-Bernhard Broeker
<broeker AT physik DOT rwth-aachen DOT de> wrote:
> 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.
Well, I'm still working to find out where the problem
with <time.h> is, but the problem with <signal.h> is
in the fact that my sparc <signal.h> has a SIGBUS
variable, which I use in my program to capture
BUS-Errors. On my PC <signal.h> does not contain
SIGBUS. Both of them contain SIGSEGV, which I am also
using, so that doesn't give me problems.
You mantioned <inttypes.h> to be a standard from GCC,
then why isn't it in my include-dir? Or do I need to
install GLIBC or NEWLIB or something like that?
Roland
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
- Raw text -