From: sos AT prospect DOT com DOT ru (Sergey Okhapkin) Subject: RE: Need help with some missing functions 28 May 1997 08:34:16 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC6B6A.1A33A970.cygnus.gnu-win32@gater.krystalbank.msk.ru> Original-To: "'gnu-win32 AT cygnus DOT com'" , "'Mark A Gregory'" Encoding: 38 TEXT Original-Sender: owner-gnu-win32 AT cygnus DOT com Mark A Gregory wrote: > Hi, > > I'm trying to compile a program and I have got it down to these missing functions: > > /empire/emp4/lib/libcommands.a(info.o)(.text+0x37e):info.c: undefined reference to `errno' > /empire/emp4/lib/libcommands.a(info.o)(.text+0x552):info.c: undefined reference to `alphasort' > /empire/emp4/lib/libcommands.a(info.o)(.text+0x56c):info.c: undefined reference to `scandir' > /empire/emp4/lib/libcommon.a(hours.o)(.text+0xaf):hours.c: undefined reference to `errno' > /empire/emp4/lib/libcommon.a(wantupd.o)(.text+0x96):wantupd.c: undefined reference to `errno' > /empire/emp4/lib/libgen.a(io.o)(.text+0xc33):io.c: undefined reference to `shutdown' > /empire/emp4/lib/libgen.a(io.o)(.text+0xc5c):io.c: undefined reference to `shutdown' > /empire/emp4/lib/liblwp.a(lwp.o)(.text+0x39b):lwp.c: undefined reference to `sigmask' > /empire/emp4/lib/liblwp.a(lwp.o)(.text+0x65e):lwp.c: undefined reference to `lwpInitContext' > > would someone please tell me if the gnu-win32 has alternatives or a library that I > need to include. Add #include to info.c, hours.c and wantupd.c, use POSIX sigprocmask() instead of BSD sigmask(). Looks like scandir() is something about POSIX opendir/readdir. Nothing about the other missed calls... -- Sergey Okhapkin Moscow, Russia Looking for a job. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".