[Ecls-list] [PATCH] documentation on using build-static-library

Yuto Hayamizu y.hayamizu at gmail.com
Fri Oct 23 15:32:31 UTC 2009


Hi,

I wrote how to initialize a static/shared library created by ECL (with
c:build-*-library), and the patch is attached to this mail.

Explaining the usage of initialization functions is needed by ECL
users (like me), but I could not find it in the manual.
I found it in cmpmain.lisp and some posts on ML.
* http://osdir.com/ml/lisp.ecl.general/2008-03/msg00066.html
* http://osdir.com/ml/lisp.ecl.general/2007-01/msg00017.html
According to them, inserting the following code after cl_boot is correct way. right?

    cl_object the_block = read_VV(OBJNULL, init_FOO)

I added the code above and descriptions to the manual.

Anyway, thank you for your great efforts on ECL. I really love it.

-- 
----
Yuto Hayamizu

Master's degree student at Kitsuregawa Laboratory
Department of Information and Communication Engineering
Graduate School of Information Science and Technology
University of Tokyo

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-wrote-how-to-initialize-static-shared-libraries.patch
Type: application/octet-stream
Size: 1312 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20091024/fb5ab081/attachment.obj>


More information about the ecl-devel mailing list