egcs-980205 on m68k-next-nextstep3 dies when building libU77's getuid (ENOSYS undeclared)

Jeffrey A Law law@cygnus.com
Sat Feb 14 00:32:00 GMT 1998


  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



More information about the Gcc mailing list