>>>>> "ls" == Lennart Staflin <[EMAIL PROTECTED]> writes:
ls> When compiled and the loaded in a fresh image, I get the error: ls> Error in function LISP::FOP-PACKAGE: The package "COSNAMING" does not ls> exist. I think that this is a manifestation of a longstanding bug in the handling of EVAL-WHEN forms in the FASL dumper. It sometimes also causes problems with references to foreign symbols. A possible workaround is to put the following in your ~/.cmucl-init file (only necessary during compilation, in fact): ;; work around bug in FASL fop dumping (setf c::top-level-lambda-max 0) This will likely slow down compilation a little and lead to slightly larger FASL files. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>
