axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Packages and compilation


From: Stephen Wilson
Subject: Re: [Axiom-developer] Packages and compilation
Date: 26 May 2007 12:42:48 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Waldek Hebisch <address@hidden> writes:
> I am somewhat puzzled by error message given by gcl compiling
> a file containing following snippet:
> 
> (eval-when (:execute :compile-toplevel :load-toplevel)
>   (if (not (find-package "AXIOM-LISP"))
>        (make-package "AXIOM-LISP"
>                           :use (list (or (find-package "COMMON-LISP")
>                                                              "LISP")))))
> 
> (in-package "AXIOM-LISP")

Puzzled here too.  Its a bug, for sure. Stranger still, using the
deprecated symbol COMPILE in-place of :COMPILE-TOPLEVEL seems to
result in correct behavior.  Seems to be a viable workaround for the
moment, and perhaps a clue as to the cause.

Sincerely,
Steve






reply via email to

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