[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building CLX
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: Building CLX
- From: haible (Bruno Haible)
- Date: Wed, 13 Oct 93 18:45:07 +0100
> Is the Makefile in the .../clx directory (from clx-for-clisp.tar)
> wrong? I am doing the right thing bypassing it?
Instead of using the CLX makefile you can as well do each of these steps:
clisp -q -c defsystem
clisp -m 4MB -q -i defsystem
> (compile-clx)
clisp -m 4MB -q -i defsystem
> (load-clx "" :macrosp t)
> (saveinitmem)
mv lispinit.mem clx.mem
Works as well.
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de