This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: db -3.1.17 compilation question


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]