Regarding Problem compiling beta2 under Linux; Lars Marowsky-Bree <lmb@pointer.in-minden.de> adds:
LM> sys_errlist' undeclared (first use this function) util.c:444:
LM> (Each undeclared identifier is reported only once util.c:444:
LM> for each function it appears in.) make[1]: *** [util.o] Error 1
sys_errlist is declared in /usr/include/errno.h, also, it is included
in your libc.
[Linux] -root- 22:47:01 Wed Sep 18 >>>
/home/nicolai: nm /usr/lib/libc.a | grep errlist
00000000 R h_errlist
U _sys_errlist
U sys_errlist
_errlist.o:
00000000 R _sys_errlist
00000000 W sys_errlist
U _sys_errlist
It is either missing an include file or it fails linking with your
libc. Including the file in util.h or explicityly linking with -lc
should provide you with a fix.
nicolai
Received on Wed Sep 18 1996 - 16:56:20 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:02 MST