Hello,

I created a library .so by using XS. I need to dynamically link this
library to another library (size 12822538).
How can I do ?
I get an error message:
Can't load '/home/pdupre/perl_lib/x86_64-linux-thread-multi/auto/Fitter_XAS/Fitter_XAS.so' for module Fitter_XAS: /home/pdupre/perl_lib/x86_64-linux-thread-multi/auto/Fitter_XAS/Fitter_XAS.so: undefined symbol: _ZNK4ROOT7Minuit224ModularFunctionMinimizer8MinimizeERKNS0_7FCNBaseERKSt6vectorIdSaIdEES9_jjd at /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/XSLoader.pm line 64

Fitter_XAS.so is my library created by XS.

_ZNK4ROOT7Minuit224ModularFunctionMinimizer8MinimizeERKNS0_7FCNBaseERKSt6vector$

is the routine in the library that I could like to like dynamically

Thank


--
---
==========================================================================
 Patrick DUPRÉ                      |   |
 Department of Chemistry            |   |    Phone: (44)-(0)-1904-434384
 The University of York             |   |    Fax:   (44)-(0)-1904-432516
 Heslington                         |   |
 York YO10 5DD  United Kingdom      |   |    email: pd...@york.ac.uk
==========================================================================
-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/

Reply via email to