From: pavenis AT lanet DOT lv To: Gregory Harding , djgpp AT delorie DOT com Date: Sat, 30 Sep 2000 17:53:12 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: C++ setup problems Message-ID: <39D62888.6823.B2DA8F@localhost> In-reply-to: <002401c02acf$f60fc780$3185ef9b@greg> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 30 Sep 2000, at 13:17, Gregory Harding wrote: > 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\ You should not mix binary archives from different gcc versions. Seems that You have installed gcc295b.zip and gpp2952b.zip. Upgrade also to gcc2952b.zip. I recommend to remove gcc285b.zip at first: rm -v @manifest/gcc295b.mft Andris > > 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) >