A different compile error
Brought to you by:
roachmckrackin
jane@mieow.co.uk
I'm using Solaris 7
Undefined first referenced
symbol in file
socket socket.o
recv socket.o
gethostbyname socket.o
send socket.o
connect socket.o
ld: fatal: Symbol referencing errors. No output written
to j0urnal
collect2: ld returned 1 exit status
make: *** [j0urnal] Error 1
Logged In: NO
bketcham@farm.net.
Haven't looked at this code, but this type of error came up
for me with Solaris because they put the networking in a
separate lib, not libc. I.e., it's a Makefile fix, needs
different config for SunOS than Linux. A couple -l entries
at end of CC.
HTH...