in reply to Re^2: Unable to use created PerlXS Modul ( using c++ )
in thread Unable to use created PerlXS Modul ( using c++ )
libmyclass builds successfully, and the test I created for it works fine
What files are created with myclass in the name?
.. undefined symbol ..
What do you get for ldd -v /home/dr/Abby/XS/Mytest/blib/arch/auto/Mytest/Mytest.so
(see ldd -v ...so / ldd -v ..so like this )
What do you get for when you objdump -p myclassfiles | grep MyClass ( see Re^4: DBD::mysql fail install check (objdump -p missing symbol) )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Unable to use created PerlXS Modul ( using c++ )
by lamchob (Initiate) on Feb 10, 2014 at 10:30 UTC | |
by Anonymous Monk on Feb 10, 2014 at 10:46 UTC |