------- Comment #2 from quanah at stanford dot edu 2006-02-24 23:09 ------- This seems to be because libsax_gcj_la-sax.o is not being built with -fPIC, like it apparently needs to be:
[EMAIL PROTECTED]:/afs/ir/src/pubsw/languages/gcc-build/amd64_linux26/x86_64-unknown-linux-gnu/libjava/external/sax$ more libsax_gcj_la-sax.lo # libsax_gcj_la-sax.lo - a libtool object file # Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:09:07 with GCC-local changes) # # Please DO NOT delete this file! # It is necessary for linking the library. # Name of the PIC object. pic_object=none # Name of the non-PIC object. non_pic_object='libsax_gcj_la-sax.o' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26437