Problem in Solaris5.10
Marc Glisse
marc.glisse at normalesup.org
Thu Sep 20 14:44:26 CEST 2007
On Thu, 20 Sep 2007, SivaKumar wrote:
> I am trying to build the gmp-4.2.1 in solaris 5.10 the details of hardware
> is as follows
4.2.2 is out now.
> ld: warning: file libgmp.a(clear.o): wrong ELF class: ELFCLASS64
By default, gmp builds a 64 bits library. Use ABI=32 to build a 32 bits
one. Alternatively you could build your application in 64 bits, using the
-m64 flag of the compiler.
--
Marc Glisse
More information about the gmp-discuss
mailing list