gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] gcl 2.5 bug report


From: Peter Wood
Subject: Re: [Gcl-devel] gcl 2.5 bug report
Date: Thu, 21 Nov 2002 06:01:34 +0100
User-agent: Mutt/1.4i

On Wed, Nov 20, 2002 at 10:58:28PM -0500, root wrote:
> gcl
> >(in-package 'foo)
> Error: A package error occurred on FOO: "No such package".
> 
> This is clearly an error. Steele pg 183 says that in-package
> will create a package that does not exist. pg 182 says a package
> name can be a symbol or a string.
> 
> Tim
> 

This is not an error if you compiled with --enable-ansi.  In ansi cl
in-package signals an error if the package does not already exist.
What were your configure options?

Regards
Peter




reply via email to

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