Hi, it would really help if you could tell me the version of ECL which you are using (is it the last release, git/CVS, which commit?) and the configuration flags. I cannot reproduce that problem in any of the computers I have with ECL from the git repository.<div>

<br></div><div><div>jjgarcia@quinfog:~/build$ ecl -norc</div><div>ECL (Embeddable Common-Lisp) 11.1.1 (git:3b45bc6ecf3428a18d9ab3488eb423f0d32da450)</div><div>Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya</div><div>
Copyright (C) 1993 Giuseppe Attardi</div>
<div>Copyright (C) 2000 Juan J. Garcia-Ripoll</div><div>ECL is free software, and you are welcome to redistribute it</div><div>under certain conditions; see file 'Copyright' for details.</div><div>Type :h for Help.  </div>

<div>Top level in: #<process TOP-LEVEL>.</div><div>> (compile-file "foo.lsp" :system-p t)</div><div><br></div><div>;;; Loading #P"/home/jjgarcia/lib/ecl-11.1.1/cmp.fas"</div><div>;;;</div><div>

;;; Compiling foo.lsp.</div><div>;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0</div><div>;;;</div><div>;;; Compiling (DEFUN HELLO ...).</div><div>;;; End of Pass 1.</div><div>;;; Emitting code for HELLO.</div>
<div>
;;; Finished compiling foo.lsp.</div><div>;;;</div><div>#P"/home/jjgarcia/build/foo.o"</div><div>NIL</div><div>NIL</div><div>> (c:build-shared-library "foo" :lisp-files '("foo.o") :init-name "foo_init")</div>

<div><br></div><div>#P"libfoo.so"</div><div><br></div><div><br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div></div>