[Ecls-list] build-shared-library and export functions
Brian Spilsbury
brian.spilsbury at gmail.com
Thu Sep 6 03:26:57 UTC 2007
> These calls are executed with no errors and I get libtest.so at the end.
> But L1get_msg_text is not exported there. Why is that happening?
(declaim (si::c-export-fname get-msg-text))
now nm libtest.so should show something like
...
0000072c T test_get_msg_text
...
test_ is added as a prefix due to the package name.
Regards,
Brian.
More information about the ecl-devel
mailing list