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


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to