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
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
2 matches
Mail list logo