function link

tommaso.solcia at mail.polimi.it tommaso.solcia at mail.polimi.it
Thu Mar 11 19:36:26 CET 2010


Hi all,
I upgraded to scilab 5.2.1, and tried to link a function I was using  
with the previous version.
Here are the lines I write:
--> ilib_for_link('sockwrite','sockwrite_comp',[],'c');
--> exec loader.sce

I get an error about an undefined symbol called set_block_error.
In the scilab-help I found "set_blockerror(n)" between the utilities  
function (it seems an underscore is missing).

Is this a bug or I am getting something wrong?

The following is the message I get:

--> link(sockwrite_path+'libsockwrite'+getdynlibext(),['sockwrite'],'c');
Link failed for dynamic library  
'/home/toto/Politec/TESI/CART0controlled/02.in.out/scicos/libsockwrite.so'.
An error occurred:  
/home/toto/Politec/TESI/CART0controlled/02.in.out/scicos/libsockwrite.so:  
undefined symbol: set_block_error
link(sockwrite_path+'libsockwrite'+getdynlibext(),['sockwrite'],'c');
                                                              !--error 236
link: The shared archive was not loaded: (null)
at line       9 of exec file called by :
exec loader.sce




Thanks

Tommaso




More information about the users mailing list