[Ecls-list] ECL 11.1.1 and Solaris/sparc
Raymond Toy
toy.raymond at gmail.com
Wed Jan 19 02:39:06 UTC 2011
Just wanted to say thanks for the new release. I built it on
Solaris10/sparc using Sun's C compiler. I had to do a few iterations of
configure to get the correct flags and here's what I ended up with to
build a 64-bit ecl. I used the gmp distributed with ecl.
configure '--prefix=/share/lorien2/solaris2.10' '--enable-unicode'
'--enable-slow-config' '--enable-rpath' 'CC=cc' 'CFLAGS=-m64' 'ABI=64'
'LDFLAGS=-m64'
Perhaps, if ABI=64, configure could automatically add -m64. The LDFLAGS
is needed so that the final link can link a 64-bit binary.
(I tried using /usr/sfw/bin/gcc, but failed. The final link said
__builtin_nan and __builtin_isfinite were missing. If you're interested
in this, I can provide more details.)
Ray
More information about the ecl-devel
mailing list