Date: Sun, 26 Oct 1997 11:33:52 -0800 (PST) Message-Id: <199710261933.LAA07476@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: kfkang AT dmu DOT ac DOT uk, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Allegro installation problem Precedence: bulk At 01:03 10/23/1997 +0100, Ketra Kang wrote: >Hello DJGPP- Allegro users! > >After unziping allegro, I run make as requested by Shawn Hargreaves. >But I got this message: "gcc.exe: installation problem, cannot exec >'cc1plus': no such file or directory (ENOENT)" > >I've got djgpp installed, with the variable djgpp.env set, and the >path=c:\djgpp\bin set in my autoexec. >And gcc.exe is there as well. > >Do you know what is missing? thanx a lot for your help. Yes. The `setup' program of Allegro is written in C++. Thus, you need to install the C++ compiler and libraries to be able to build it. I think the required zips are `gppNNNb.zip' and `lgpNNNb.zip', where NNN is whatever the current version is. They are found with the rest of DJGPP on Simtelnet sites. Alternatively, if you don't care about having the `setup' program (all it does is create a sound configuration file, IIRC), you can compile with the `-k' option to `make', which will cause the build not to stop when the error happens. Nate Eldredge eldredge AT ap DOT net