<div class="gmail_quote"><div class="gmail_quote">Hello!</div><div class="gmail_quote"><div>I'm trying to make executable file with ECL.</div><div>So i'm save my code in to hello.lisp (small recursive program to test)</div>
<div>And put in to REPL this:</div>
<div><div>>>>(require 'cmp)</div><div><div><div>;;; Loading #P"C:/lispbox/ECL/msvc/CMP.fas"</div><div>;;; Loading #P"C:/lispbox/ECL/msvc/sysfun.lsp"</div></div>
<div>("CMP")</div></div><div>>>>(compile-file "hello.lisp" :system-p t)</div><div><div><br></div><div>#|.....|#</div><div><br></div><div><div>;;; hello.c</div><div>C:/lispbox/ECL/msvc/hello.c : fatal error C1074: 'IDB' is illegal extension for PDB file: </div>

<div>;;; Error:</div><div>;;;   * The C compiler failed to compile the intermediate file.</div></div></div><div><br></div><div>Can you please explain what in this situation need to do for success compilation?</div></div>
<div>
Thank You in Advance! =)</div></div>
</div><br>