From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: make.exe error messages Date: Wed, 13 Aug 1997 19:37:26 GMT Organization: [posted via] Easynet Group PLC Lines: 26 Message-ID: <33f20b39.790934@news.easynet.co.uk> References: <33F12E82 DOT 1204 AT interlog DOT com> NNTP-Posting-Host: foot.easynet.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Tue, 12 Aug 1997 23:48:18 -0400, David Shiga wrote: >I tried to use make.exe to compile Allegro, but I got some error >messages that I don't know how to fix. I've read the Allegro faq as >well as the readmes, but they don't seem to help. Here are the >messages: > >setup/setup.cc:1: iostream.h: No such file or directory (ENOENT) >setup/setup.cc:3: fstream.h: No such file or directory (ENOENT) >make.exe: *** [obj/djgpp/setup.o] Error 1 > >Can anyone help? Thanks in advance. You didn't install the C++ library, which Allegro's setup program requires. You can either download and install (as you did for the other djgpp packages) the file `v2gnu/lgp271b.zip' from your favourite Simtel mirror, or run Make with the `-k' switch, which will make it ignore the error and continue with the rest of the installation. If you do the latter, though, the setup utility will not work. The Allegro FAQ does actually explain this -- perhaps you could tell Shawn Hargreaves in what way his FAQ is unclear about this? -- george DOT foot AT merton DOT oxford DOT ac DOT uk