[Ecls-list] Binary with shared libraries, CL-PPCRE:CREATE-SCANNER not found

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Fri Sep 9 21:08:11 UTC 2011


Summing up the errors are:

#1 Calling make-build without letting it know that there are other libraries
to be initialized. Even if you link a library for cl-ppcre, you are not
calling its initialization routine first. You are just adjoining the
libraries, but not doing the equivalent of a "LOAD" of them.

#2 Trying to use make-build for more than it was designed. C:BUILDER is ok
in many situations like this one in which you are doing low-level
composition of programs

#2 Creating a package "test" in the ASDF file instead of in the files that
you are going to use. ASDF descriptions should be just that: descriptions.
No code should be in it. Specially no code that is intended to be run at run
time (like package creations)

I attached a fixed version.

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/20110909/6ecaa0dc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.lisp
Type: application/octet-stream
Size: 121 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20110909/6ecaa0dc/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make-binary.lisp
Type: application/octet-stream
Size: 975 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20110909/6ecaa0dc/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: package.lisp
Type: application/octet-stream
Size: 43 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20110909/6ecaa0dc/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.asd
Type: application/octet-stream
Size: 120 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20110909/6ecaa0dc/attachment-0003.obj>


More information about the ecl-devel mailing list