Date: Tue, 28 Oct 1997 19:17:19 -0800 (PST) Message-Id: <199710290317.TAA12869@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ldelmas AT club-internet DOT fr, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: help ! I don't have the files iostream.h and fstream.h ! Precedence: bulk At 03:28 10/28/1997 +0100, Laurent DELMAS wrote: >hi ! > >I just want to know how to obtain the files iostream.h and fstream.h ! >Without them i can't compile the setup program contained in Allegro ! >I seek them in the include folder, but there were not there, if u are >able to help me, i would be really happy :) These are C++ include files. They come with the lgpXXXb.zip package, which also has the C++ libraries. Make sure you have the C++ compiler as well, or those won't do you much good! (gppXXXb.zip) I think the only part of Allegro written in C++ is the `setup' utility. I believe this can be dispensed with. If you don't care about it, invoke `make' with the `-k' switch, and the build will not abort when the files aren't found, and everything else should build just fine. Incidentally, I think in the WIP the `setup' program is written in vanilla C. Nate Eldredge eldredge AT ap DOT net