On Feb 3, 8:30 pm, Amir <[email protected]> wrote:
> The commands to start the build were:
>
> export SAGE_FORTRAN=/usr/local/bin/gfortran
> export SAGE_FORTRAN_LIB=/usr/local/lib/libgfortran.dylib
> make
>
> (gfortran fromhttp://r.research.att.com/tools/)
>
> I get the following build error:
>
> gcc -DECLDIR="\"/Users/amir/Build/sage-4.3.1/local/lib/ecl-9.10.2\"" -
> I. -I/Users/amir/Build/sage-4.3.1/spkg/build/ecl-9.10.2-20091105cvs.p1/
> src/build -I/Users/amir/Build/sage-4.3.1/spkg/build/
> ecl-9.10.2-20091105cvs.p1/src/src/c -I../ecl/gc -DECL_API -
> DECL_NO_LEGACY   -I/Users/amir/Build/sage-4.3.1/local/include  -O2  -
> g  -Wall  -fPIC -fno-common  -Ddarwin -c -o big.o tmp.c
> /Users/amir/Build/sage-4.3.1/spkg/build/ecl-9.10.2-20091105cvs.p1/src/
> src/c/big.d:107:4: error: #error "ECL cannot build with GMP when both
> long and mp_limb_t are smaller than cl_fixnum"

This means that you are building ECL on a platform in which GMP has
been built, say, with 32-bits and ECL has been configured to use 64-
bits integers. That is really weird -- GMP should be using the largest
integers available which can be efficiently compiled -- and normally
denotes a problem in the configuration of the system or in the options
passed to ECL.

Juanjo

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to