>Of Thomas Maier >I've the follow problem with Inline::CPP. >As result of executing this script I get the follow error: >"/usr/bin/perl: symbol lookup >error:/home/thomas/test/_Inline/lib/auto/Test_pl_e162/Test_pl_e162.so: >undefined symbol: mb_create" >I've been told that library called /home/thomas/lib/libTest.so suppose >to include the >missing symbol so I've tried (without success of course) the following >solutions:
Maybe you should tell Inline::C to link the libTest.so? Use the parameter: use Inline C => Config => LIBS => '-llibTest'; Shmuel. _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
