Date: Sat, 30 Sep 2000 13:17:02 +0200 From: Gregory Harding Subject: Re: C++ setup problems To: Eli Zaretskii Cc: djgpp AT delorie DOT com Message-id: <002401c02acf$f60fc780$3185ef9b@greg> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2615.200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 References: X-Priority: 3 Reply-To: djgpp AT delorie DOT com Yes, the files are on my system. Here is the info you requested. Regards, G. Harding PATH OF "cc1.exe" AND "cpp.exe" : D:\djgpp\lib\gcc-lib\djgpp\2.95\ PATH OF "cc1plus.exe" : D:\djgpp\lib\gcc-lib\djgpp\2.952\ FULL OUTPUT WITH -V SWITCH WHEN TRYING TO COMPILE "test.cc": Reading specs from d:/djgpp/lib/gcc-lib/djgpp/2.95/specs gcc version 2.95 19990728 (release) d:/djgpp/lib/gcc-lib/djgpp/2.95/cpp.exe -lang-c++ -v -D__GNUC__=2 -D__GNUG__ =2 -D__GNUC_MINOR__=95 -D__cplusplus -Dunix -Di386 -DGO32 -DDJGPP=2 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__DJGPP__=2 -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__DJGPP=2 -D__MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) - Amachine(i386) -D__EXCEPTIONS -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D __i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ -ima cros d:/djgpp/lib/../include/sys/version.h -remap test.cc d:/djgpp/tmp\ccUut2Rq.ii GNU CPP version 2.95 19990728 (release) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/lang/cxx d:/djgpp/include d:/djgpp/lang/cxx d:/djgpp/lib/gcc-lib/djgpp/2.95/include d:/djgpp/include End of search list. The following default directories have been omitted from the search path: $DJDIR/lib/gcc-lib/djgpp/2.95/../../../../djgpp/include End of omitted list. cc1plus d:/djgpp/tmp\ccUut2Rq.ii -quiet -dumpbase test.cc -version -o d:/djgpp/tmp\ccaqDuV4.s gcc.exe: installation problem, cannot exec `cc1plus': No such file or directory (ENOENT) ----- Original Message ----- From: Eli Zaretskii To: Harding Cc: Sent: Thursday, September 28, 2000 12:46 Subject: Re: C++ setup problems > > On Thu, 28 Sep 2000, Harding wrote: > > > I have the gpp2952b.zip installed. The FAQ says that because of the new > > directory structure since v2.8.0 this problem may occur, but doesn't say how > > to fix it? > > Forget the FAQ. Do you actually have files named cc1plus.exe and cc1.exe > on your disk? If so, please tell their full pathname on your system. > > Also, please add -v to the compilation switches, and post here everything > that the compiler prints.