[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: solaris compile prob
From: |
Kevin Ryde |
Subject: |
Re: solaris compile prob |
Date: |
15 Dec 2001 09:03:37 +1000 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 |
"michael helm" <address@hidden> writes:
>
> solaris 8, sparc ultra, sun forte cc 6 sp2
>
> Making all in mpn
> /bin/sh ../libtool --mode=compile --tag=CC ../../gmp/mpn/m4-ccas --m4="m4" cc
> -I/usr/local/include -L/usr/local/lib -c -DHAVE_CONFIG_H -I. -I../../gmp/mpn
> -I.. -D__GMP_WITHIN_GMP -I../../gmp -DOPERATION_`echo mul_1 | sed 's/_$//'`
> -I/usr/local/include -xtarget=ultra -xO5 `test -f mul_1.asm || echo
> '../../gmp/mpn/'`mul_1.asm
I take it you set CFLAGS="-xtarget=ultra -xO5" yourself. Does that
mean 32-bit mode? If so you'll need to tell gmp with ABI=32.
If you want the 64-bit ABI (which will give best performance from gmp
on that system), then you might need to add -xarch=v9 to those flags.