Your ia64 patch may have broken libjava
David Mosberger
davidm@napali.hpl.hp.com
Wed May 7 07:24:00 GMT 2003
>>>>> On Wed, 07 May 2003 08:16:14 +0200, Andreas Jaeger <aj@suse.de> said:
Andreas> Run contrib/gcc_update to update your tree instead of a simple cvs
Andreas> update, I expect that you're missing some new directories.
Yes, that was indeed the problem. Thanks for the tip!
It gets much further now. Then it dies with:
$ /usr/src/misc/gcc-build/gcc/gcj -B/usr/src/misc/gcc-build/ia64-hp-linux/libjava/ -B/usr/src/misc/gcc-build/gcc/ -funwind-tables -g -O2 -o .libs/jv-convert --main=gnu.gcj.convert.Convert -shared-libgcc -L/usr/src/misc/gcc-build/ia64-hp-linux/libjava -L/usr/src/misc/gcc-build/ia64-hp-linux/libjava/.libs ./.libs/libgcj.so -L/usr/src/misc/gcc-build/ia64-hp-linux/libstdc++-v3/src -L/usr/src/misc/gcc-build/ia64-hp-linux/libstdc++-v3/src/.libs -lpthread -ldl -lz -L/usr/src/misc/gcc-build/gcc -L/opt/gcc-pre3.4/lib/gcc-lib/ia64-hp-linux/3.4 -L/opt/gcc-pre3.4/lib/gcc-lib/ia64-hp-linux/3.4/../../.. -lgcc_s -lunwind -lc -lgcc_s -lunwind -Wl,--rpath -Wl,/opt/gcc-pre3.4/lib
./.libs/libgcj.so: undefined reference to `_Unwind_FindEnclosingFunction'
collect2: ld returned 1 exit status
Looks like this may be something that needs to be added to
unwind-libunwind.c. But it's getting late here, so I'm afraid I'm
gonna have to call it a day for now. I'll try to look into it
tomorrow.
--david
More information about the Gcc
mailing list