axiom-developer
[Top][All Lists]
Advanced

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

RE: [Axiom-developer] infinite loop from Makefile


From: Weiss, Juergen
Subject: RE: [Axiom-developer] infinite loop from Makefile
Date: Sat, 19 Nov 2005 13:11:58 +0100

The following Makefile works for me (under FreeBSD)

test:
        @- echo '(progn (print 5) (quit))' | clisp 


Regards

Juergen Weiss

Juergen Weiss     | Universitaet Mainz, Zentrum fuer Datenverarbeitung,
address@hidden| 55099 Mainz, Tel: +49(6131)39-26361, FAX:
+49(6131)39-26407
 

> -----Original Message-----
> From: address@hidden 
> [mailto:address@hidden
>  On Behalf Of root
> Sent: Saturday, November 19, 2005 7:00 AM
> To: address@hidden
> Cc: address@hidden
> Subject: [Axiom-developer] infinite loop from Makefile
> 
> 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
> 
> 
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/axiom-developer
> 




reply via email to

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