This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

Re: Newbie Q on socket programming on Cygwin


seung-won hwang schrieb am 2001-10-07, 0:39:

>Hello,
>
>I tried to compile HTTP client code in C in Cygwin.. but -lsocket -lnsl
>flags give me errors in compilation.
>
>> gcc -o wc wc.c -lsocket -lnsl

Try:
gcc -o wc wc.c

>/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
>cann
>ot find -lsocket
>collect2: ld returned 1 exit status
>
>Any comment on dealing with this problem would be very helpful to me.
>Thanks in advance!

Gerrit


-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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