From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: An error compiling Allegro 2.1 Date: Thu, 09 Jan 1997 23:17:46 -0800 Organization: Two pounds of chaos and a pinch of salt Lines: 24 Message-ID: <32D5ED1A.2BC@cs.com> References: <3 DOT 0 DOT 32 DOT 19970109160525 DOT 007104dc AT dataplusnet DOT com> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp107.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Michael Matczynski wrote: > > gcc -I. -Isrc -Wall -m486 -O3 -o obj/setup.o -c setup/setup.cc > setup/setup.cc:1: iostream.h: No such file or directory (ENOENT) > setup/setup.cc:3: fstream.h: No such file or directory (ENOENT) > What does this mean? Is it with DJGPP or Allegro? You need to have the C++ packages installed to build that particular part of Allegro. It isn't actually part of the library, but it is useful to have. FYI, the C++ files are 'v2gnu/gpp2721b.zip' and 'v2gnu/lgp271b.zip'. If you don't want to bother with the C++ packages, then you can edit the makefile and comment out all references to 'setup.o'. That _should_ work. Alternatively, use "make -k" to tell make to ignore errors as much as it can. -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com | | Descent 2: The Infinite Abyss - The greatest Internet game of all | | time just got better! This time, you're going all the way down...| ---------------------------------------------------------------------