public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-980205 on m68k-next-nextstep3 dies when building libU77's getuid(ENOSYS undeclared)
@ 1998-02-09 14:46 Toon Moene
  1998-02-14  0:32 ` egcs-980205 on m68k-next-nextstep3 dies when building libU77's getuid (ENOSYS undeclared) Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Toon Moene @ 1998-02-09 14:46 UTC (permalink / raw)
  To: egcs

The full message:

/Users/toon/Unix/compilers/egcs-980205/gcc/xgcc  
-B/Users/toon/Unix/compilers/egcs-980205/gcc/ -c -DSkip_f2c_Undefs  
-I. -I. -I./../libI77 -I..  -DHAVE_CONFIG_H -g -O2 getuid_.c
getuid_.c: In function `G77_getuid_0':
getuid_.c:38: `ENOSYS' undeclared (first use this function)
getuid_.c:38: (Each undeclared identifier is reported only once
getuid_.c:38: for each function it appears in.)
make[3]: *** [getuid_.o] Error 1

ENOSYS is declared in:

/usr/include/bsd/sys/errno.h

as follows:

#ifdef _POSIX_SOURCE
        #define ENOSYS          87      /* Function not implemented. */
#endif  /* _POSIX_SOURCE */

I hope this is enough information for you autoconf guru's to  
determine what to change ...

Cheers,
Toon.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: egcs-980205 on m68k-next-nextstep3 dies when building libU77's getuid (ENOSYS undeclared)
  1998-02-09 14:46 egcs-980205 on m68k-next-nextstep3 dies when building libU77's getuid(ENOSYS undeclared) Toon Moene
@ 1998-02-14  0:32 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1998-02-14  0:32 UTC (permalink / raw)
  To: Toon Moene; +Cc: egcs

  In message < 9802091820.AA17482@moene.indiv.nluug.nl >you write:
  > The full message:
  > 
  > /Users/toon/Unix/compilers/egcs-980205/gcc/xgcc  
  > -B/Users/toon/Unix/compilers/egcs-980205/gcc/ -c -DSkip_f2c_Undefs  
  > -I. -I. -I./../libI77 -I..  -DHAVE_CONFIG_H -g -O2 getuid_.c
  > getuid_.c: In function `G77_getuid_0':
  > getuid_.c:38: `ENOSYS' undeclared (first use this function)
  > getuid_.c:38: (Each undeclared identifier is reported only once
  > getuid_.c:38: for each function it appears in.)
  > make[3]: *** [getuid_.o] Error 1
  > 
  > ENOSYS is declared in:
  > 
  > /usr/include/bsd/sys/errno.h
  > 
  > as follows:
  > 
  > #ifdef _POSIX_SOURCE
  >         #define ENOSYS          87      /* Function not implemented. */
  > #endif  /* _POSIX_SOURCE */
  > 
  > I hope this is enough information for you autoconf guru's to  
  > determine what to change ...
I believe this was caused by an out-of-date configure file,
which should be fixed in the next snapshot.  I'll be starting
the snapshot script before I go to bed tonight :-)

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-02-14  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-09 14:46 egcs-980205 on m68k-next-nextstep3 dies when building libU77's getuid(ENOSYS undeclared) Toon Moene
1998-02-14  0:32 ` egcs-980205 on m68k-next-nextstep3 dies when building libU77's getuid (ENOSYS undeclared) Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).