[Scilab-Dev] libscilab.so

vincent guffens vincent.guffens at gmail.com
Mon Jul 29 23:59:28 CEST 2013


Hi,

In order to call scilab from python, I used to create a module that links
against libscilab.so. It turns out that this does not work anymore
althought linking against libscilab-cli.so still works (without graphics
obviously).

It looks like the library is now empty as shown with nm below while the
same operation on libscilab-scli.so returns thousand of symbols.

$ nm -D /usr/local/lib/scilab/libscilab.so
               w _Jv_RegisterClasses
0000200c  A __bss_start
                w __cxa_finalize
                w __gmon_start__
0000200c  A _edata
00002014  A _end
00000448  T _fini
000002f0  T _init

Is it an intented behaviour? Are the users supposed to link against all the
individual needed shared libraries?

thanks for your help,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20130729/464c4fcb/attachment.htm>


More information about the dev mailing list