From owner-freebsd-emulation Fri Jan 10 11:59:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA28846 for emulation-outgoing; Fri, 10 Jan 1997 11:59:54 -0800 (PST) Received: from csla.csl.sri.com (csla.csl.sri.com [192.12.33.2]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id LAA28841 for ; Fri, 10 Jan 1997 11:59:51 -0800 (PST) Received: from impulse.csl.sri.com (impulse.csl.sri.com [130.107.15.11]) by csla.csl.sri.com (8.7.3/8.7.3) with ESMTP id LAA14701 for ; Fri, 10 Jan 1997 11:56:42 -0800 (PST) Received: (from gilham@localhost) by impulse.csl.sri.com (8.7.3/8.7.3) id LAA03487; Fri, 10 Jan 1997 11:58:32 -0800 (PST) Date: Fri, 10 Jan 1997 11:58:32 -0800 (PST) Message-Id: <199701101958.LAA03487@impulse.csl.sri.com> From: Fred Gilham To: freebsd-emulation@freebsd.org Subject: Free Allegro CL Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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