From: nxk3 AT dante DOT student DOT cwru DOT edu (Natarajan Krishnaswami) Newsgroups: comp.os.msdos.djgpp Subject: Re: An error compiling Allegro 2.1 Date: 10 Jan 1997 21:16:41 GMT Organization: Case Western Reserve University, Cleveland OH (USA) Lines: 27 Message-ID: References: <3 DOT 0 DOT 32 DOT 19970109160525 DOT 007104dc AT dataplusnet DOT com> Reply-To: nxk3 AT dante DOT cwru DOT edu NNTP-Posting-Host: dante.student.cwru.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Thu, 9 Jan 1997 22:06:31 GMT, 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? It means that gcc was not able to find the two header files, iostream.h and fstream.h. The first thing I'd check is whether you installed the C++ zipfiles (gpp2721b.zip and lgp271b.zip) when you installed DJGPP. The C++ header files should live in the subdirectory lang\cxx\ under wherever you installed DJGPP. If such a directory does not exist, you would need to get the two zipfiles mentioned above before you can make Allegro. Good luck, Natarajan -==(UDIC)==- "Outside of a dog, a book is a man's best friend. Inside of a dog, it's too dark to read." - Groucho Marx