>>>>> "ns" == Nikodemus Siivola <[EMAIL PROTECTED]> writes:
ns> If the issue is the same as with SBCL, then (eval-when (:compile-toplevel ns> :load-toplevel :execute) (load-shared-object ...)) may do the trick. that's not sufficient with CMUCL: there is a problem in the handling of linkage-table related FOPs when dumping FASL files. In certain cases the linkage-table FOPs come too late in the FASL file, leading to undefined references. The bug seems to be related to the top-level-lambda handling in the compiler. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>
