Mail Archives: djgpp/2000/09/30/11:55:16
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)
>
- Raw text -