[Ecls-list] Proclaims and compiler

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Wed Mar 31 21:25:34 UTC 2010


On Wed, Mar 31, 2010 at 10:24 AM, Gabriel Dos Reis <
gdr at integrable-solutions.net> wrote:

> However, if I specify sys:libcmp.a it is interpreted as reference to a
> symbol
> LIBCMP.A in the SI package.  If I specify "sys:libcmp.a", it is translated
> to
> "sys:libcmp.o" which of course does not exist.
>

I am afraid you might be using a too old version of ECL for here it works
perfectly:

$ cat foo.lsp
(print 1)(quit)
$ ecl
ECL (Embeddable Common-Lisp) 10.3.1
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.
> (compile-file "foo" :system-p t)
> (c::build-program "foo" :lisp-files '("foo.o" "sys:libcmp.a"))
[...]
#P"foo"
>
$ ./foo

1


-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://tream.dreamhosters.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100331/02f31aa5/attachment.html>


More information about the ecl-devel mailing list