GCL (GNU Common Lisp)  (2.7.0) Wed Dec 31 15:41:36 UTC 2003
Licensed under GNU Library General Public License
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

>
Loading gclload.lsp
Loading gclload1.lsp
Loading compile-and-load.lsp
Finished loading compile-and-load.lsp
Loading rt-package.lsp
Finished loading rt-package.lsp
Compiling rt.lsp.
; (DEFUN DO-ENTRY ...) is being compiled.
;; Warning: The variable CONDITIONS::TEMP is not used.
End of Pass 1.  

;; Note: Tail-recursive call of EQUALP-WITH-CASE was replaced by iteration.
;; Note: Tail-recursive call of EQUALP-WITH-CASE was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling rt.lsp.
Loading rt.o
start address -T 0x85e1f20 Finished loading rt.o
Loading cl-test-package.lsp
Finished loading cl-test-package.lsp
Compiling ansi-aux-macros.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=3, Space=0, Speed=3
Finished compiling ansi-aux-macros.lsp.
Loading ansi-aux-macros.o
start address -T 0x85f2d20 Finished loading ansi-aux-macros.o
Loading universe.lsp
Error in FUNCTION [or a callee]: The function (SETF
                                               LOGICAL-PATHNAME-TRANSLATIONS) is undefined.

Fast links are on: do (use-fast-links nil) for debugging
Broken at FUNCTION.  Type :H for Help.
 1 (Continue) Retry loading file "universe.lsp".
 2 Retry loading file "gclload1.lsp".
 3 Retry loading file "gclload.lsp".
 4 Return to top level.
dbl:CL-TEST>>