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,
[EMAIL PROTECTED]| 55099 Mainz, Tel: +49(6131)39-26361, FAX:
+49(6131)39-26407
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
>  On Behalf Of root
> Sent: Saturday, November 19, 2005 7:00 AM
> To: [EMAIL PROTECTED]
> Cc: axiom-developer@nongnu.org
> 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
> Axiom-developer@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/axiom-developer
> 


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to