Date: Fri, 10 Jan 1997 11:58:32 -0800 (PST) From: Fred Gilham <gilham@csl.sri.com> To: freebsd-emulation@freebsd.org Subject: Free Allegro CL Message-ID: <199701101958.LAA03487@impulse.csl.sri.com>
next in thread | raw e-mail | index | archive | help
Hello, I wasn't able to find anything about this in the archives. Has anyone gotten the Free Allegro Common Lisp for Linux to run under the linux emulation package? I've installed it and gotten it to start up and do simple things, but loading or compiling files gives a bus error. japonica:~/gabriel > acl Allegro CL 4.3 [Linux/X86; R1] (12/11/96 1:33) Copyright (C) 1985-1996, Franz Inc., Berkeley, CA, USA. All Rights Reserved. ;; Optimization settings: safety 1, space 1, speed 1, debug 2. ;; For a complete description of all compiler switches given the current optimization ;; settings evaluate (EXPLAIN-COMPILER-SETTINGS). USER(1): (car '(a b c)) A USER(2): (cdr '(a b c)) (B C) USER(3): (load "boyer.cl") ; Loading ./boyer.cl Bus error (core dumped) I've got a PPro 200 running 2.2-BETA, with linux_lib-2.3. Here's what I get when I run ldd: japonica:~/gabriel > /compat/linux/usr/bin/ldd /usr/acl4.3/bin/pb_cl.img libm.so.5 => /lib/libm.so.5.0.6 libdl.so.1 => /lib/libdl.so.1.7.14 libc.so.5 => /lib/libc.so.5.3.12 Any ideas? -Fred Gilham gilham@csl.sri.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701101958.LAA03487>