public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc 4.6.1 compile fails in linking stage - libgmp.so in wrong format
@ 2011-10-25 21:10 steve kirby
  2011-10-25 21:14 ` Jonathan Wakely
  0 siblings, 1 reply; 8+ messages in thread
From: steve kirby @ 2011-10-25 21:10 UTC (permalink / raw)
  To: GCC HELP

Hi,

here's the error I see in the GCC linking phase:


libtool: link: /home/smith/gcc-4.6.1/host-x86_64-unknown-linux-gnu/gcc/xgcc -B/home/smith/gcc-4.6.1/host-x86_64-unknown-linux-gnu/gcc/ -B/home/smith/GCC461/x86_64-unknown-linux-gnu/bin/ -B/home/smith/GCC461/x86_64-unknown-linux-gnu/lib/ -isystem /home/smith/GCC461/x86_64-unknown-linux-gnu/include -isystem /home/smith/GCC461/x86_64-unknown-linux-gnu/sys-include  -m32 -shared  .libs/gnu_java_math_GMP.o ../../../native/jni/classpath/.libs/jcl.o   -Wl,-rpath -Wl,/home/smith/GMP/lib -Wl,-rpath -Wl,/home/smith/GMP/lib -L/home/smith/GMP/lib /home/smith/GMP/lib/libgmp.so  -m32 -m32 -m32   -Wl,-soname -Wl,libjavamath.so -o .libs/libjavamath.so
/home/smith/GMP/lib/libgmp.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status

I checked the file that libgmp.so is sym. linked to and it is 64-bit.  Is my problem here the -m32's?  If so, can anyone please clue me in on how to make them -m64.

If -m32 isn't the problem, please let me know what is.


TIA,
Steve

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

end of thread, other threads:[~2011-10-26 17:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-25 21:10 gcc 4.6.1 compile fails in linking stage - libgmp.so in wrong format steve kirby
2011-10-25 21:14 ` Jonathan Wakely
2011-10-25 22:35   ` steve kirby
2011-10-25 22:43     ` Jonathan Wakely
2011-10-26 15:49       ` steve kirby
2011-10-26 15:58         ` Marc Glisse
2011-10-26 17:29           ` Jonathan Wakely
2011-10-26 17:47           ` steve kirby

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).