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]

Cant build snapshot



I have problems with a building the latest snapshot on my
alphaev56-dec-osf4.0d. One problem is  a makefile depence on a
objective-C file even though I only install the 'core' and 'g++' source
tar files. Other problems follow ...

> tar xzf egcs-core-19990214.tar.gz
> tar xzf egcs-g++-19990214.tar.gz
> mkdir egcs-19990214.bld
> cd egcs-19990214.bld
> ../egcs-19990214/configure --prefix=/scratch/local
     --srcdir=/scratch/local/src/egcs-19990214
> make bootstrap

...

make[1]: Entering directory `/scratch/local/src/egcs-19990208.bld/gcc'
make[1]: *** No rule to make target
`/scratch/local/src/egcs-19990208/gcc/objc/objc-parse.c', needed by
`intl.all'.  Stop.
make[1]: Leaving directory `/scratch/local/src/egcs-19990208.bld/gcc'
make: *** [all-gcc] Error 2


If I install the whole egcs-19990214.tar.gz package I get another problem
later on in the build:


> tar xzf egcs-19990214.tar.gz
> mkdir egcs-19990214.bld
> cd egcs-19990214.bld
> ../egcs-19990214/configure --prefix=/scratch/local
     --srcdir=/scratch/local/src/egcs-19990214
> make bootstrap

...

stage2/xgcc -Bstage2/ -B/scratch/local/bin/alphaev56-dec-osf4.0d/bin/
-DIN_GCC    -W -Wall -O2 -g   -o ../cc1plus `cat ../stamp-objlist`
../c-common.o ../c-pragma.o ../hash.o call.o decl.o errfn.o expr.o pt.o
sig.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o
spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o
semantics.o tree.o xref.o repo.o  `if [ xobstack.o != x ]; then echo
../obstack.o; else true; fi` `case "stage2/xgcc -Bstage2/
-B/scratch/local/bin/alphaev56-dec-osf4.0d/bin/" in "cc") if [ x != x ];
then echo ../; else true; fi ;; esac` `if [ x != x ]; then echo ../; else
true; fi`  -lmld
collect2: ld terminated with signal 10 [Bus error], core dumped
make[3]: *** [../cc1plus] Error 1
make[3]: Leaving directory `/scratch/local/src/egcs-19990214.bld/gcc/cp'
make[2]: *** [cc1plus] Error 2
make[2]: Leaving directory `/scratch/local/src/egcs-19990214.bld/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/scratch/local/src/egcs-19990214.bld/gcc'
make: *** [bootstrap] Error 2


Regards.
/Oskar Enoksson



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