Ok this is the ucspi-tcp-0.88 program and when I try to compile it on redhat 9 I get something similar to the errno problem I had before with qmail...is there a patch for this?
./load tcpserver rules.o remoteinfo.o timeoutconn.o cdb.a \ dns.a time.a unix.a byte.a `cat socket.lib` tcpserver.o(.text+0x55f): In function `doit': : undefined reference to `errno' remoteinfo.o(.text+0x63): In function `mywrite': : undefined reference to `errno' remoteinfo.o(.text+0xe7): In function `myread': : undefined reference to `errno' timeoutconn.o(.text+0x41): In function `timeoutconn': : undefined reference to `errno' timeoutconn.o(.text+0xc7): In function `timeoutconn': : undefined reference to `errno' cdb.a(cdb.o)(.text+0xce): more undefined references to `errno' follow collect2: ld returned 1 exit status make: *** [tcpserver] Error 1 And of course I get the same freakin' problem with daemontools-0.76 ./load envdir unix.a byte.a envdir.o(.text+0xca): In function `main': : undefined reference to `errno' envdir.o(.text+0x1ea): In function `main': : undefined reference to `errno' unix.a(openreadclose.o)(.text+0x3b): In function `openreadclose': : undefined reference to `errno' unix.a(pathexec_run.o)(.text+0xf6): In function `pathexec_run': : undefined reference to `errno' unix.a(pathexec_run.o)(.text+0x13a): In function `pathexec_run': : undefined reference to `errno' unix.a(readclose.o)(.text+0x42): more undefined references to `errno' follow collect2: ld returned 1 exit status make: *** [envdir] Error 1 Copying commands into ./command... cp: cannot stat `compile/svscan': No such file or directory Little help people. -- Joe Garcia <[EMAIL PROTECTED]>
