This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

[3.3 branch] boehm-gc broken on IA64


The last change on the 3.3 branch in boehm-gc breaks building on ia64:

/tmp/cvs/gcc-20030304/Build/gcc/xgcc -B/tmp/cvs/gcc-20030304/Build/gcc/ -B/usr/local/ia64-suse-linux/bin/ -B/usr/local/ia64-suse-linux/lib/ -isystem /usr/local/ia64-suse-linux/include -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -I. -I../../../boehm-gc -I../../../boehm-gc/include -fexceptions -I././targ-include -I./../../../boehm-gc/./libc/include -O2 -g -O2 -c ../../../boehm-gc/dyn_load.c  -fPIC -DPIC -o .libs/dyn_load.o
../../../boehm-gc/dyn_load.c: In function `GC_register_dynamic_libraries_dl_iterate_phdr':
../../../boehm-gc/dyn_load.c:506: error: `GC_data_start' undeclared (first use in this function)
../../../boehm-gc/dyn_load.c:506: error: (Each undeclared identifier is reported only once
../../../boehm-gc/dyn_load.c:506: error: for each function it appears in.)
make[3]: *** [dyn_load.lo] Error 1

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab at suse dot de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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