PerlAlien / Alien-Hunspell

Install hunspell
0 stars 1 forks source link

make t/xs.t work without specifying C++ #3

Open plicease opened 8 years ago

plicease commented 8 years ago

xs_ok fails on build from source in travis (at least probably others) with this error:

Can't load '/tmp/4XAVf2Aeks/auto/My/Hunspell/Hunspell.so' for module My::Hunspell: /tmp/4XAVf2Aeks/auto/My/Hunspell/Hunspell.so: undefined symbol: __gxx_personality_v0 at /home/travis/perl5/perlbrew/perls/5.8/lib/5.8.9/x86_64-linux/DynaLoader.pm line 226.

I don't get the same error for the system provided hunspell, so obviously debian must be doing something right that I am not.