axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] infinite loop from Makefile


From: root
Subject: [Axiom-developer] infinite loop from Makefile
Date: Sat, 19 Nov 2005 01:00:07 -0500

I'm testing axiom under a variety of common lisps.
The Makefile I use does the following:

  @-echo (load "bookvol5.lisp") | clisp

If I get an error, e.g.

** - Continuable Error
FUNCALL: undefined function foo
If you continue (by typing 'continue): Retry
The following restarts are also available:
STORE-VALUE   :R1
USE-VALUE     :R2

clisp continues in an infinite loop forcing me to kill the shell
and I lose all of the output.

so I tried:

  @-echo (progn (load "bookvol5.lisp") (common-lisp-user::quit)) | clisp

with the same result.

How can I invoke clisp from a Makefile without entering an infinite loop?

Tim Daly




reply via email to

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