This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC 3.1 Build (mixed results)


Pentium III
WinNT 4.0
Cygwin (cygwin.dll vrs. 1.3.10)
Bootcompiler gcc 3.0.1
srcdir = /tmp/gcc-3.1
objdir = /gcc-3.1

3 attempts to 'make bootstrap'. The procedure followed 
was:

configure={ configure options }

cd objdir
srcdir/configure $configure
make bootstrap
(make distclean on failure)
{rm -rf * for the second failure)

With the result that:

configure=--prefix=/gcc-3.1 --enable-
languages=ada,c,c++,java,objc

succeeded!

But:

configure=--prefix=/gcc-3.1 --enable-threads=win32 --
enable-version-specific-runtime-libs --with-dwarf2 --
enable-languages=ada,c,c++,java,objc


and

configure=--prefix=/gcc-3.1 --enable-threads=win32 --
enable-version-specific-runtime-libs --with-dwarf2

failed.

I have additional information concerning the failure not 
listed below. The two failure cases seem to have emitted 
to following messages at the end. I don't think that my 
attempt to change the language mix was relevant. 

mv: cannot stat `s-crt0': No such file or directory
mv: cannot stat `gcc-cross.exe': No such file or 
directory
mv: cannot stat `cc1obj.exe': No such file or directory
mv: cannot stat `enquire.exe': No such file or directory
mv: cannot stat `protoize.exe': No such file or directory
mv: cannot stat `unprotoize.exe': No such file or 
directory
mv: cannot stat `collect2.exe': No such file or directory
mv: cannot stat `gcov.exe': No such file or directory
mv: cannot stat `*.[0-9][0-9].*': No such file or 
directory
mv: cannot stat `*.[si]': No such file or directory
mv: cannot stat `g++-cross.exe': No such file or 
directory
mv: cannot stat `cc1plus.exe': No such file or directory
mv: cannot stat `g77-cross.exe': No such file or 
directory
mv: cannot stat `f771.exe': No such file or directory
mv: cannot stat `jc1.exe': No such file or directory
mv: cannot stat `jvgenmain.exe': No such file or 
directory
mv: cannot stat `gcjh.exe': No such file or directory
mv: cannot stat `jv-scan.exe': No such file or directory
mv: cannot stat `jcf-dump.exe': No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
mv: cannot stat `intl/*.o': No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
mv: cannot stat `cp/*.o': No such file or directory
make[2]: [c++.stage1] Error 1 (ignored)
mv: cannot stat `f/*.o': No such file or directory
mv: cannot stat `f/fini.exe': No such file or directory
mv: cannot stat `f/stamp-str': No such file or directory
mv: cannot stat `f/str-*.h': No such file or directory
mv: cannot stat `f/str-*.j': No such file or directory
mv: cannot stat `g77spec.o': No such file or directory
mv: cannot stat `g77version.o': No such file or directory
make[2]: [f77.stage1] Error 1 (ignored)
mv: cannot stat `java/*.o': No such file or directory
make[2]: [java.stage1] Error 1 (ignored)
mv: cannot stat `objc/*.o': No such file or directory
make[2]: [objc.stage1] Error 1 (ignored)
mv: cannot stat `cc1obj.exe': No such file or directory
make[2]: [objc.stage1] Error 1 (ignored)
./gengenrtl.exe: permission denied
make[2]: *** [s-genrtl] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]