guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot cross compile guile 1.8.3 on Ubuntu


From: Ludovic Courtès
Subject: Re: Cannot cross compile guile 1.8.3 on Ubuntu
Date: Wed, 19 Nov 2008 09:57:26 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hello,

Igor Chudov <address@hidden> writes:

> /usr/lib/libgmp.so: could not read symbols: File in wrong format
> collect2: ld returned 1 exit status

I suppose the problem is that /usr/lib/libgmp.so is 64-bit ELF.

Assuming the 32-bit version is under /usr/lib32, you can try something
like this:

  CC="gcc -m32" LDFLAGS="-L/usr/lib32" ./configure

Hope this helps,
Ludo'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]