gmp-4.1.2 installation

Igor Schein igor@txc.com
Mon, 14 Jul 2003 01:34:32 -0400


On Mon, Jul 14, 2003 at 01:27:44PM +0800, Law Chong Fatt wrote:
> Hi,
>  
> I'm installing gmp-4.1.2 with:
>  
> c-comppiler: gcc-3.3
> os: solaris 2.7
> cpu: sparcv9
>  
> During make (while compiling asprintf_.c), the following err appeared:
>  
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -g -O2 -Wa,-xarch=v8plus -mcpu=ultrasparc -c asprintf_.c -o asprintf_.o

sparcv9 means 64bit, yet -xarch=v8plus indicates 32bit.  Which one do
you expect to build?

Igor