From: "Bart van den Burg" Newsgroups: comp.os.msdos.djgpp Subject: Re: sys/select.h and sys/socket.h Date: Mon, 12 May 2003 13:49:28 +0200 Organization: Planet Internet Lines: 28 Message-ID: References: NNTP-Posting-Host: ip503cca9b.speed.planet.nl X-Trace: reader10.wxs.nl 1052740225 14364 80.60.202.155 (12 May 2003 11:50:25 GMT) X-Complaints-To: abuse AT planet DOT nl NNTP-Posting-Date: 12 May 2003 11:50:25 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Bart van den Burg" wrote in message news:b9o0gl$cjo$1 AT reader10 DOT wxs DOT nl... > hi > > I'm wondering if it's possible to work with sockets in DJGPP > i'm getting all kinds of undefined references like '_send' and '_socket' > source works fine in linux hmm not getting those errors anymore forgot the -lsocket switch it compiles fine now, but instead, I get this error when it tries to connect: Connection returned: No such device (ENODEV) any ideas? > and what do I download for sys/select.h ? > > (source @ http://bart.tvreclames.nl/v4cpp/) > > thanks > Bart > >