I had a weird problem with the compiler one day, but it may be a Common Lisp property. I accidentally tried to compile a fasl file, and the compiler just happily processed the file. The funny thing was that the compiler did all this preamble and postamble output, but never hit any errors. I thought maybe COMPILE-FILE had some new semantics I was unaware of. Bill