[mpir-devel] Re: SAGE: mpn generates 64bit objects when compiling on a 64bit processor running a 32 bit kernel

2009-06-03 Thread Bill Hart
It looks to me like you have something hanging around in your environment you shouldn't have. Specifically you have: CFLAGS=-O0 -g So it never runs the tests to see which ABI is appropriate. It is trying to build with ABI=64, which means it is taking the 64 bit assembly code, but the compiler is

[mpir-devel] Re: SAGE: mpn generates 64bit objects when compiling on a 64bit processor running a 32 bit kernel

2009-06-03 Thread Jhair Tocancipa Triana
Thanks for your answer. Please find attached spkg/build/gmp-mpir-1.1.2/src/config.log. Bill Hart writes: > Can you post the contents of MPIR's config log in > spkg/build/mpir.../src/src thanks. > > Bill. > > 2009/6/3 Jhair : >> >> Hello, >> >> I'm trying to compile the sage library which AFAIK u

[mpir-devel] Re: SAGE: mpn generates 64bit objects when compiling on a 64bit processor running a 32 bit kernel

2009-06-03 Thread Bill Hart
Can you post the contents of MPIR's config log in spkg/build/mpir.../src/src thanks. Bill. 2009/6/3 Jhair : > > Hello, > > I'm trying to compile the sage library which AFAIK uses mpir: > http://www.sagemath.org/. > > I'm getting build errors like: > > /usr/bin/ld: i386:x86-64 architecture of inp