From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro : Make Problems Date: Wed, 29 Jan 1997 20:04:07 +0000 Organization: None Distribution: world Message-ID: References: <5cm5vv$6ug$1 AT news DOT cc DOT umr DOT edu> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Robert Wright writes: >I am trying to complile the Allegro 2.11 and I am running into the >following problem > >D:\DJGPP\ALLEG>make >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) >make.exe: *** [obj/setup.o] Error 1 You haven't installed the C++ part of the djgpp distribution, which is needed by the Allegro sound setup program (it's written in C++). Download gpp2721b.zip and lgp271b.zip, and install them as you did the rest of djgpp. /* * Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ * Ghoti: 'gh' as in 'enough', 'o' as in 'women', and 'ti' as in 'nation'. */