[Ecls-list] cl-launch and ECL

Juan Jose Garcia-Ripoll lisp at arrakis.es
Sat Aug 5 19:39:58 UTC 2006


2006/8/4, Faré <fahree at gmail.com>:
>
> Well, thing is, the loading of the two above files seems to happen
> very early on, before the -eval form is even loaded -- probably as
> part of the code that compiles the form to begin with! And thus
> setting it in the file is too late. (Besides, it is already set as
> part of the :verbose nil argument to the initial load.) I think this
> is a bug in ECL. Note: I'm using package version 0.9i-2 from Debian.
>
> Test:
> # ecl -eval '(setf *load-verbose* nil)' -eval '(format t "a~%")'
> ;;; Loading #P"/usr/lib/ecl/cmp.fas"
> ;;; Loading #P"/usr/lib/ecl/sysfun.lsp"


This seems due to some statements in your $HOME/.eclrc file loading asdf or
something similar. The compiler is _NOT_ loaded by ecl by default. It must
be loaded by some other code.

Juanjo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20060805/4624a18e/attachment.html>


More information about the ecl-devel mailing list