[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building CLX



> 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