X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: smarto59 AT hotmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: sys/socket.h & netdb.h No such file or directory Date: 15 Jul 2004 16:41:04 -0700 Organization: http://groups.google.com Lines: 10 Message-ID: <93fb4dc1.0407151541.5493ec50@posting.google.com> NNTP-Posting-Host: 212.138.47.26 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1089934865 18847 127.0.0.1 (15 Jul 2004 23:41:05 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 15 Jul 2004 23:41:05 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I installed djgpp on my ms-dos machine and its ok when running hello world or some kernel sources but i couldn't compile client server programs 'cause they need to include sys/socket.h and other networking libraries. i dwonloaded all the zip files come with the package but still it gives me this error. how can i compile these programs. in fact i have compiled and run my code with gcc under linux...:(