Hi, I must have missed something, but would appreciate it if you would be kind enough to point out what I'm doing wrong and what I should do.
I've built gcl from gclcvs_2.7.0-64.1.tar.gz found at http://packages.qa.debian.org/g/gclcvs.html using Ubuntu Edgy GNU/Linux, but defpackage appears to be undefined. tar xf gclcvs_2.7.0-64.1.tar.gz cd gclcvs-2.7.0 ./configure make make install $ /usr/local/lib/gcl-2.7.0/unixport/saved_gcl GCL (GNU Common Lisp) 2.7.0 CLtL1 Mar 3 2007 17:39:26 Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl) Binary License: GPL due to GPL'ed components: (XGCL 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/
(defpackage :foo)
Error: UNDEFINED-FUNCTION :NAME DEFPACKAGE NIL Fast links are on: do (si::use-fast-links nil) for debugging Signalled by EVAL. UNDEFINED-FUNCTION :NAME DEFPACKAGE NIL Broken at EVAL. Type :H for Help.
(quit)
$ Thanks On 2/18/07, Jeff <[EMAIL PROTECTED]> wrote: --trimmed-- _______________________________________________ Gcl-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gcl-devel
