Message-Id: <36877F5E.EA3DF123@cableol.co.uk> Date: Mon, 28 Dec 1998 12:53:50 +0000 From: Allens X-Mailer: Mozilla 4.04 [en] (Win95; I) Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGPP Front-End For Windows95 References: <9kzh2.4739$Js2 DOT 1657 AT news DOT rdc1 DOT nj DOT home DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Your problem is caused by not reading 'readme.1st' available from the place you got DJGPP. The other problem you will get with c++ apart from that is that dfe95 was made before binutils 2.8.1, so it is meant to use g++ instead of gcc for c++. If you only use c++ you can type in the 'gcc path' as /YourDjgppPath/bin/g++.exe. That should then work. Good luck Peter Allen neil-paul wrote: > > Anyone has used DJFE95? I'm having difficulty configuring it and letting it > compile my C++ programs. I'm relatively new to C++ too. > > One error is: iostream.h:31 streambuf.h missing. > > Is it necessary that it is installed in C: (and cannot be in other drives, > like N:) ? > Do I need to modify the djgpp.env? > > Thanks.