Re: Library error using -lsocket and -lnsl

2003-11-01 Thread Brian Dessent
David Moy wrote: > > I'm trying to compile a C file but I get an error when using options > -lsocket and -lnsl. How do I fix this? > > $ gcc client.c -o client -lnsl -lsocket > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: > cannot > find -lnsl > collect2: ld returned 1

Library error using -lsocket and -lnsl

2003-11-01 Thread David Moy
I'm trying to compile a C file but I get an error when using options -lsocket and -lnsl. How do I fix this? $ gcc client.c -o client -lnsl -lsocket /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -lnsl collect2: ld returned 1 exit status