Date: Sun, 13 Dec 1998 12:36:12 -0500 (EST) From: Nathaniel Johnson To: Eli Zaretskii cc: Nate Eldredge , djgpp AT delorie DOT com Subject: Re: gxx error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com ok here is what it said E:\cs\181\temp>gxx -v swap.cc Reading specs from e:/djgpp/lib/specs gcc version 2.8.1 e:/djgpp/lib/gcc-lib/djgpp\2.81\cpp.exe -lang-c++ -v -undef -D__GNUC__=2 -D__GN UG__=2 -D__cplusplus -D__GNUC_MINOR__=8 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 - DDJGPP_MINOR=2 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJ GPP_MINOR__=2 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=2 -D__EXCEPTIONS swap.cc e:/djgpp/tmp\ccaafnjg GNU CPP version 2.8.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: e:/djgpp/lang/cxx e:/djgpp/include e:/djgpp/lang/cxx e:/djgpp/lib/gcc-lib/djgpp/2.81/include e:/djgpp/include End of search list. In file included from swap.cc:1: e:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory (ENOENT) ps: i have also installed gcc 2.81 thanks nate On Sun, 13 Dec 1998, Eli Zaretskii wrote: > > On Sat, 12 Dec 1998, Nathaniel Johnson wrote: > > > i just reinstalled djdev201 and gxx works just fine... so it has something > > to do this the 202 version > > Please install v2.02, add -v to the gxx command line, and post here > everything it prints when compiling a C++ program with iostream.h. > > One thing that's different in v2.02 is that long file names are on by > default, so please make sure you are setting LFN=n in the same DOS box > where you run gxx. >