<div dir="ltr">Hi,<div><br></div><div>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).</div>
<div><br></div><div>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.</div><div><br></div><div><div>$ nm -D /usr/local/lib/scilab/libscilab.so</div>
<div>               w _Jv_RegisterClasses</div><div>0000200c  A __bss_start</div><div>                w __cxa_finalize</div><div>                w __gmon_start__</div><div>0000200c  A _edata</div><div>00002014  A _end</div>
<div>00000448  T _fini</div><div>000002f0  T _init</div></div><div><br></div><div>Is it an intented behaviour? Are the users supposed to link against all the individual needed shared libraries?</div><div><br></div><div>thanks for your help,</div>
<div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>