标签: c compiler-errors lisp common-lisp ecl
ECL的documentation提示
(compile-file "hello.lisp" :system-p t)
应该产生一个.o文件,但是我却得到了一个.fasc文件和输出
> (compile-file "hello.lisp" :system-p t) ;;; Compiling hello.lisp;;; Compiling #<input stream hello.lisp>#P"hello.fasc" NIL NIL