[Ecls-list] OpenBSD testing
Juan Jose Garcia Ripoll
lisp at arrakis.es
Wed Apr 12 04:52:03 UTC 2006
On Wed, 2006-04-12 at 00:25 -0500, martin at magusdata.com wrote:
> Thanks, much appreciated! I will try building again over the weekend,
> also on AM64. Will do reading on B-W GC as well!
I found that OpenBSD has its own copy of the Boehm-Weiser garbage
collector already as a package. It seems to work with the latest changes
in ECL. One just has to
1) Download and install the GMP package (optional)
pkg_add -v ftp://ftp.leo.org/pub/OpenBSD/3.8/packages/i386/gmp-4.1.4.tgz
2) Download and install the Boehm-Weiser collector (required)
pkg_add -v ftp://ftp.leo.org/pub/OpenBSD/3.8/packages/i386/boehm-gc-6.2.tgz
3) Configure ECL to use these packages
CFLAGS="-I/usr/local/lib -g -O2" LDFLAGS="-L/usr/local/lib" ./configure --prefix=/usr/local
4) Build and install.
make && make install
I still have to run the tests. I was however unable to test OpenBSD
+AMD64 as the operating system locks when I try to run it under the
emulator.
Juanjo
--
Max-Planck-Institut für Quantenoptik
Hans-Kopfermann-Str. 1, Garching, D-85748, Germany
Phone: +49 89 32905 345 Fax: +49 89 32905 336
http://www.mpq.mpg.de/Theorygroup/CIRAC/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20060412/11018162/attachment.sig>
More information about the ecl-devel
mailing list