Date: Tue, 7 Aug 2001 11:16:59 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Nolan cc: djgpp AT delorie DOT com Subject: Re: New DJGPP User - Install Questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 6 Aug 2001, Peter Nolan wrote: > I am trying to get an application called CobCy (Cobol to C converter) up and > running on Win98. It is developed on OS2 EMX version of Gnu Development > tools. The author has not tested it on win98 but believed that DJGPP should > run this application on Win98. (http://web.tiscali.it/albertosantini/cobcy/) > > When I install and try and compile I get a number of problems. > > Q1. An include called strstream.h is not found. The code says > 'strstream.h' but the compiler says it cannot find 'strstrea.h'. It seems > to have truncated the include member name. Please post here the complete error message printed by the compiler. It is next to impossible to guess what might be the problem without seeing the message text. > Q2. The application includes socket.h which is in the sys include > directory. socket.h includes winsock.h. However, there is no winsock.h > installed in my version of DJGPP. Where should winsock.h be? I'm surprised that a Cobol to C translator needs sockets. What on Earth for? Isn't it possible to build it without network support?