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.

jjgarcia@quinfog:~/build$ ecl -norc
ECL (Embeddable Common-Lisp) 11.1.1
(git:3b45bc6ecf3428a18d9ab3488eb423f0d32da450)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL>.
> (compile-file "foo.lsp" :system-p t)

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

#P"libfoo.so"


Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to