From: "Peter Nolan" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: New DJGPP User - Install Questions Lines: 43 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Wed, 8 Aug 2001 00:14:49 +0100 NNTP-Posting-Host: 159.134.169.13 X-Complaints-To: abuse AT eircom DOT net X-Trace: news.indigo.ie 997226187 159.134.169.13 (Wed, 08 Aug 2001 00:16:27 BST) NNTP-Posting-Date: Wed, 08 Aug 2001 00:16:27 BST Organization: Eircom.Net http://www.eircom.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The exact text (cut/paste) is: C:\cobcy>make c:/djgpp/bin/make.exe -C adtlib/src install make.exe[1]: Entering directory `c:/cobcy/adtlib/src' " Compiling bitarray.cc" In file included from ../include/set.h:13, from ../include/array.h:14, from ../include/bitarray.h:9, from bitarray.cc:6: ../include/streamab.h:22: strstrea.h: No such file or directory (ENOENT) In file included from ../include/csocket.h:14, from ../include/streamab.h:25, from ../include/set.h:13, from ../include/array.h:14, from ../include/bitarray.h:9, from bitarray.cc:6: c:/djgpp/include/sys/socket.h:33: winsock.h: No such file or directory (ENOENT) c:/djgpp/include/sys/socket.h:47: w32.h: No such file or directory (ENOENT) In file included from ../include/csocket.h:15, from ../include/streamab.h:25, from ../include/set.h:13, from ../include/array.h:14, from ../include/bitarray.h:9, from bitarray.cc:6: c:/djgpp/include/netinet/in.h:39: warning: `ntohs' redefined c:/djgpp/include/sys/socket.h:58: warning: this is the location of the previous definition make.exe[1]: *** [bitarray.o] Error 1 make.exe[1]: Leaving directory `c:/cobcy/adtlib/src' make.exe: *** [adtlib.a] Error 2 As mentioned this seems to indicate that the tool I am trying to compile uses winsock for some kind of socket processing...but I expect it has just been defined. i'll check with the author to see if this is really necessary. (At least I am not doing something crazy..:-) Peter Nolan.