Hello, Igor Chudov <[EMAIL PROTECTED]> 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'.
