gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: Axiom-developer post from address@hidden requires approv


From: root
Subject: [Gcl-devel] Re: Axiom-developer post from address@hidden requires approvalHello
Date: Sun, 27 Jun 2004 11:32:53 -0400

Magnus,

You have the correct idea. There is just one more step...

obj/linux/bin/lisp                   (start the lisp image)
(compile-file "foo.lisp")            (compile a lisp file)
(load "foo")                         (load the compiled file (note: no .lisp))
(system::save-system "newlisp")      (save a new image)
newlisp                              (start the newimage lisp)
(compile-file "foo.lisp")            (compile in the new image)
(load "foo")                         (load the result)


It is conjectured that the second compile-file will fail because
the save-system did not build a correct image. That's what I'm
trying to test.

Tim






reply via email to

[Prev in Thread] Current Thread [Next in Thread]