From owner-freebsd-questions Thu May 9 19:20:44 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA05643 for questions-outgoing; Thu, 9 May 1996 19:20:44 -0700 (PDT) Received: from comnet.spu.ac.th (comnet.spu.ac.th [202.44.68.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA05615 for ; Thu, 9 May 1996 19:20:38 -0700 (PDT) Received: by comnet.spu.ac.th (8.6.9/A/UX-3.00) id JAA05141; Fri, 10 May 1996 09:19:07 -0700 Date: Fri, 10 May 1996 09:19:07 -0700 (PDT) From: amnuay muthitacharoen To: questions@freebsd.org Subject: CLISP installation on FreeBSD-486 machine Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After I untarred "clisp.tgz", then I installed as follow :- 1) cc lisp.a -L. -lreadline -ltermcap -o lisp.run which gave me "lisp.run" 2) lisp.run -M lispinit.mem this gave me an error as follow :- Cannot map memory to address 536870912 . errno = 9 lisp.run: Not enough memory for Lisp. My machine uses "Conner Pheripherals 1275MB-CFS1275A" disk drive. Is this the problem that this CLISP cannot see more than 536,870,912 bytes ? I have installed "ADA". It works fine. What do I have to do, please? Thanks Amnuay