public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Multilib libjava problem
@ 2002-10-01  3:08 Bo Thorsen
  2002-10-01  7:58 ` Libtool problem (Was: Multilib libjava problem) Bo Thorsen
  0 siblings, 1 reply; 4+ messages in thread
From: Bo Thorsen @ 2002-10-01  3:08 UTC (permalink / raw)
  To: gcc; +Cc: Andreas Jaeger

I have a linking problem in libjava, trying to link the 32 bit libjava on
x86-64:

/bin/sh ./libtool --tag=CXX --mode=link /suse/bo/Work/gcc/build/gcc/xgcc -shared-libgcc -B/suse/bo/Work/gcc/build/gcc/ -nostdinc++ -L/suse/bo/Work/gcc/build/x86_64-unknown-linux-gnu/32/libstdc++-v3/src -L/suse/bo/Work/gcc/build/x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs -B/usr/local/x86_64-unknown-linux-gnu/bin/ -B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/x86_64-unknown-linux-gnu/include  -m32 -L/suse/bo/Work/gcc/build/x86_64-unknown-linux-gnu/32/libjava -ffloat-store -g -O2  -m32 -m32 -o libgcj.la -objectlist libgcj.objectlist ../boehm-gc/libgcjgc_convenience.la ../libffi/libffi_convenience.la ../zlib/libzgcj_convenience.la -rpath /usr/local/lib/32 -rpath /usr/local/lib/32  -lpthread ./libltdl/libltdlc.la  -version-info `grep -v '^#' ../../../../gcc/libjava/libtool-version`

creating reloadable object files...

creating a temporary reloadable object file: .libs/libgcj.la-2.o

/usr/bin/ld -r -o .libs/libgcj.la-1.o <aLOToffiles>.o

/usr/bin/ld: Relocatable linking with relocations from format elf32-i386 (.libs/prims.o) to format elf64-x86-64 (.libs/libgcj.la-1.o) is not supported

make[5]: *** [libgcj.la] Error 1

The problem here is the /usr/bin/ld command. This ought to have a -m elf_i386
switch.

Does this work on other architectures with multilib?

Any ideas how to fix it?

Bo.

-- 

     Bo Thorsen                 |   Praestevejen 4
     Senior Software Engineer   |   5290 Marslev
     Klarälvdalens Datakonsult  |   Denmark

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-01 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-01  3:08 Multilib libjava problem Bo Thorsen
2002-10-01  7:58 ` Libtool problem (Was: Multilib libjava problem) Bo Thorsen
2002-10-01  9:23   ` Michael Matz
2002-10-01 11:50     ` Bo Thorsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).