[Ecls-list] Error compilling a shared library

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sat Dec 17 21:22:04 UTC 2011


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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20111217/2b8f641c/attachment.html>


More information about the ecl-devel mailing list