Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Gerrit P. Haase" Organization: Esse keine toten Tiere To: Date: Sun, 7 Oct 2001 12:47:24 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Newbie Q on socket programming on Cygwin Reply-to: cygwin AT cygwin DOT com Message-ID: <3BC04EDC.15466.230137F1@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12cDE) X-Hops: 1 X-Sender: 320081107336-0001 AT t-dialin DOT net 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/