db -3.1.17 compilation question
Rupert Wood
me@rupey.net
Fri Feb 15 05:34:00 GMT 2002
Ana Belén Díez wrote:
> configure:1192: /usr/local/bin/gcc -o conftest -O -D_REENTRANT
> conftest.c -lsockect -lnsl 1>&5
> ld: fatal: library -lsockect: not found
Somebody's made a typo. 'sockect' should probably be 'socket' - unless
that's an NLSed library name? I haven't heard of that.
Check the configure script for 'sockect' and try 'socket' instead. You
might also want to check your environment in case it's being specified
in variable LDFLAGS or similar.
Rup.
More information about the Gcc-help
mailing list