The install notes for surf talk about requiring to use gmp
2 or later. It seems that the configure script fails to
detect lgmp or lgmp2 while using gnu gmp-4.1
The configure script works fine if I use gmp-2.0.2
This is trying to compile on Solaris 8.
Diego Remolina
System Administrator
School of Mathematics
Logged In: YES
user_id=682593
i have the same problem with solaris 9. I use gmp 4.1.2
The exact error message, found in config.log is:
ld: fatal: file /usr/local/lib/libgmp.so: wrong ELF class:
ELFCLASS64
ld: fatal: library -lgmp2: not found
why wrong ELF class? and libgmp2 is not created by gmp4.1.2