gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] common-lisp and GCL-2.6.8pre *features*


From: Gabriel Dos Reis
Subject: [Gcl-devel] common-lisp and GCL-2.6.8pre *features*
Date: Sat, 11 Aug 2007 19:56:12 -0500 (CDT)

Camm --

   Using GCL-2.6.8pre (CVS) included in Axiom distribution, I'm seeing
a curious interaction between *features* and  :common-lisp.  
Below is a session to reproduce the problem:

address@hidden:~> gcl
GCL (GNU Common Lisp)  2.6.8 CLtL1    Apr  7 2007 11:02:56
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/

>(member :common-lisp *features*)

NIL

>(member :gcl *features*)

(:GCL :AKCL :COMMON :KCL)

>#-:common-lisp foo

Error: The variable FOO is unbound.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by EVAL.
Broken at EVAL.  Type :H for Help.




I would have expected the system NOT to try to evaluate foo.

-- Gaby




reply via email to

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