This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/33065] warning in Comparing stages 2 and 3: cd: stage3-gcc: No such file or directory



------- Comment #6 from mbo dot massimo at tiscali dot it  2007-08-15 15:56 -------
I tryed to build gcc in a different directory from the source directory and I
obtained the following error:
make[3]: Leaving directory `/home/compiler/build/temporary_build/build-gcc'
Comparing stages 2 and 3
warning: ./cc1-checksum.o differs
warning: ./cc1plus-checksum.o differs
warning: ./libgcc/_chkstk.o differs
Bootstrap comparison failure!
./ada/exp_aggr.o differs
make[2]: *** [compare] Error 1
make[2]: Leaving directory `/home/compiler/build/temporary_build/build-gcc'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/home/compiler/build/temporary_build/build-gcc'
make: *** [all] Error 2

The configure command was:
../gcc-4.2.1/configure \
      --with-gnu-as --with-gnu-ld \
      --enable-languages=c,c++,ada \
      --with-gmp=/usr/local --with-mpfr=/usr/local \
      --enable-threads=posix \
      --disable-multilib \
      --enable-shared \
      --disable-win32-registry \
      -v 2>&1 | tee configure.log 
In the attachment there is a new log of the make process:
build_make_not_source_dir.log.gz


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33065


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