[Ecls-list] Making ecl quieter
William Bland
doctorbill at gmail.com
Tue Jul 26 20:27:20 UTC 2005
Hi,
I am doing some compilation at runtime and would like ecl to be rather
quieter about what it is doing. I already have:
#+ecl(setf *compile-print* nil)
#+ecl(setf *compile-verbose* nil)
#+ecl(setf *load-verbose* nil)
#+ecl(setf *error-output* (make-broadcast-stream))
#+ecl(setf *debug-io* (make-broadcast-stream))
This seems to make ecl a lot quieter, but I still have a message that
I can't get rid of:
;;; Freeing library /home/wjb/home/projects/cl-utils/ECL0012aj77f.fas
;;; Freeing library /usr/lib/ecl/cmp.fas
Any idea how I can stop these from being printed?
Thanks,
Bill.
More information about the ecl-devel
mailing list