[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] Re: Axiom-developer post from address@hidden requires approv
From: |
Magnus Larsson |
Subject: |
[Gcl-devel] Re: Axiom-developer post from address@hidden requires approvalHello |
Date: |
Sun, 27 Jun 2004 10:02:00 +0200 |
User-agent: |
KMail/1.6.2 |
Hello Tim,
I am not a Lisp user. I only use Lisp to bootstrap me to Axiom or Maxima.
I would like to execute the test, but I need exact Lisp step-by-step
instructions. foo.lisp contains (+ 2 3).
This is what I did, please advice:
obj/linux/bin/lisp
(compile-file "foo.lisp")
Compiling foo.lisp.
End of Pass 1.
End of Pass 2.
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling foo.lisp.
#p"foo.o"
(load "foo.lisp")
Loading foo.lisp
Finished loading foo.lisp
T
(system::save-system "newlisp")
./newlisp
#### Newlist starts and gives me the input prompt >
#### How do I compile the loaded foo.lisp
(compile-file "foo.lisp")??? Compile-file foo-lisp works fine , but I do not
think this is what you meant. How to compile the loaded foo.lisp?
Magnus
On Sunday 27 June 2004 01.02, root wrote:
> Magnus,
>
>
> Another possibility has occured to me. The Axiom build creates a
> GCL lisp image (with some Axiom code added) and saved as an
> executable named "Lisp", then it compiles the boot compiler, loads
> it and saves it as an executable called "bootsys". Next it compiles
> apply.clisp. It seems odd that so much compiling/linking happens
> without error until the bootsys image is run. It appears that
> bootsys must not have been saved properly. That means that the
> save-system function is failing. You could try this:
>
> start obj/linux/bin/lisp
> compile a simple foo.lisp file
> load it.
> (system::save-system "newlisp")
> start newlisp
> compile foo.lisp
>
> If this fails it means that save-system is broken.
>
> Tim
- [Gcl-devel] Re: Axiom-developer post from address@hidden requires approval, root, 2004/06/26
- [Gcl-devel] Re: Axiom-developer post from address@hidden requires approval, root, 2004/06/26
- [Gcl-devel] Re: Axiom-developer post from address@hidden requires approvalHello,
Magnus Larsson <=
- [Gcl-devel] Re: Axiom-developer post from address@hidden requires approvalHello, root, 2004/06/27
- [Gcl-devel] Re: Axiom-developer post from address@hidden requires approvalHello, Magnus Larsson, 2004/06/27
- [Gcl-devel] Re: [Axiom-developer] Re: Axiom-developer post from address@hidden requires approvalHello, root, 2004/06/27
- [Gcl-devel] Re: [Axiom-developer] Re: Axiom-developer post from address@hidden requires approvalHello, Magnus Larsson, 2004/06/27
- [Gcl-devel] Re: [Axiom-developer] Re: Axiom-developer post from address@hidden requires approvalHello, root, 2004/06/27
- Re: [Gcl-devel] Re: [Axiom-developer] Re: Axiom-developer post from address@hidden requires approvalHello, Camm Maguire, 2004/06/28
- [Gcl-devel] Re: Axiom-developer post from address@hidden requires approvalHello, root, 2004/06/27