gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: [Axiom-developer] Re: On statically linked Axiom


From: root
Subject: [Gcl-devel] Re: [Axiom-developer] Re: On statically linked Axiom
Date: Mon, 20 Oct 2003 23:45:28 -0400

David,

The statically linked GCL image has a problem:

make file foo.lisp:

(defun test (st) (read-char st))

at lisp prompt:

>(compile-file "foo.lisp")
>(load "foo.o")

Error: Undefined symbol
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by EVAL.
Broken at LOAD.  Type :H for Help.
>>

replacing READ-CHAR by READ succeeds.

So the problem appears to be the compiled reference to the READ-CHAR
function and has nothing to do with Axiom. This looks like a GCL bug.

Tim
address@hidden
address@hidden





reply via email to

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