[Ecls-list] Some latest changes
Eric Marsden
eric.marsden at free.fr
Fri Jul 2 07:50:58 UTC 2010
Hi Juan Jose,
Compiling with --enable-unicode on Linux/AMD64 has become very
RAM-consuming; I killed a recent compile with 3.5 GB resident during
ecl_min compile. I'm building with only "--enable-unicode
--enable-threads". Below is the stage reached in the build.
,----
| echo "#" `uname -a` > build-stamp
| head -8 config.log | tail -6 >> build-stamp
| cp /usr/local/src/ecl/src/../contrib/unicode/ucd.dat .
| if [ -f CROSS-COMPILER ]; then \
| ./CROSS-COMPILER compile; \
| else \
| ECLDIR=`pwd`/ ./ecl_min compile; \
| fi
`----
Many thanks,
--
Eric Marsden
More information about the ecl-devel
mailing list