Date: Sun, 9 Jun 1996 18:10:30 +0200 (IST) From: Eli Zaretskii To: "Jose A. Espinosa" Cc: djgpp AT delorie DOT com Subject: Re: (Installation? Problem... In-Reply-To: <1.5.4.16.19960607114053.2d8fbfbe@opera.dia.fi.upm.es> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 7 Jun 1996, Jose A. Espinosa wrote: > I have intalled the djgpp (2.7.2) an I tried to compile a sample > program in C++ and: > > C:\DJGPP>gxx prueba.cc > In file included from prueba.cc:1: > c:/djgpp/cplusinc/iostream.h:31: streambuf.h: No such file or directory (ENOENT) > > What can I do? The file streambu.h it's present at c:/djgpp/cplusinc djgpp/cplusinc is NOT where the C++ include files should be! That directory was used by DJGPP v1.x, which suggests that you installed v2 over an existing v1.x tree. This could get you into a lot of trouble. I'd recommend that you remove the entire v1.x installation (or rename its top directory) and reinstall v2. The C++ header files in v2 are in lang/cxx directory. If you don't have that directory, you probably didn't install lgp271b.zip.