XS::HTTPHeaders
Justin Huff
jjhuff at mspin.net
Wed Oct 31 17:48:55 UTC 2007
I've been trying to get Perlbal::XS::HTTPHeaders to compile on my Gentoo
VMs. The stock CPAN module fails its tests:
HTTPHeaders.so: undefined symbol: __gxx_personality_v0
If I tweak Makefile.PL to include:
LD => 'g++',
everything works.
I've always made sure that C++ code is linked using g++ rather than ld
directly.
Is MakeMaker doing the right thing for other people?
--Justin
More information about the perlbal
mailing list