<div class="gmail_quote"><div class="gmail_quote"><div>I tried copy-pasting the hello example out of section 1.6.3 and am getting an error:</div><div><br></div><div>-=-=-=-=-=-START COPY PASTE-=-=-=-=-
</div><div><div>> *features*</div><div><br></div><div>(:ECL-BYTECMP :WIN32 :FORMATTER :LITTLE-ENDIAN :LONG-LONG :UINT64-T :UINT32-T</div><div> :UINT16-T :RELATIVE-PACKAGE-NAMES :UNICODE :DFFI :CLOS-STREAMS :CMU-FORMAT</div>


<div> :WINDOWS :MSVC :ECL-PDE :DLOPEN :CLOS :THREADS :BOEHM-GC :ANSI-CL :COMMON-LISP</div><div> :IEEE-FLOATING-POINT :PREFIXED-API :FFI :PENTIUM4 :COMMON :ECL)</div><div>> (compile-file "hello.lisp" :system-p t)</div>


<div><br></div><div>;;; Compiling hello.lisp</div><div>;;; Compiling #<input stream hello.lisp></div><div>#P"hello.fasc"</div><div>NIL</div><div>NIL</div><div>> (c:build-program "myecl" :lisp-files '("hello.o"))</div>


<div><br></div><div>Condition of type: SIMPLE-ERROR</div><div>Cannot find the external symbol BUILD-PROGRAM in #<"C" package>.</div><div><br></div><div>Available restarts:</div><div><br></div><div>1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.</div>


<div><br></div><div>Broken at SI:BYTECODES. [Evaluation of: (SI:TOP-LEVEL T)] In: #<process TOP-LEVE</div><div>L>.</div><div>>></div><div>"myecl"</div><div>>> Unknown top level command: :LISP-FILES</div>


<div>>> (c:build-program "myecl" :lisp-files '("hello.fasc"))</div><div><br></div><div>Debugger received error of type: SIMPLE-ERROR</div><div>Cannot find the external symbol BUILD-PROGRAM in #<"C" package>.</div>


<div>Error flushed.</div><div>>></div><div>"myecl"</div><div>>> Unknown top level command: :LISP-FILES</div><div>>></div></div><div><br></div><div>-=-=-=-=-=-END COPY PASTE-=-=-=-=-</div><div>

I noticed at the point where I compile, I see #P"hello.fasc" while the webpage says #P"hello.o".</div>
<div>Also I don't see any mention of 'invoking the compiler'.</div><div>I looked through the makefile and didn't see any switches.</div><div><br></div><div>Is there something easy I'm missing?  Thank you!</div>


<div><br></div><div>Ken</div>
</div></div><br>