Subject: | Can't compile Search::ContextGraph XS code |
Hello,
As reported in this mail[1], the XS parts Search::ContextGraph can't be compiled because of the use of both the -pg and -fomit-frame-pointer options. Commenting the line
CCFLAGS => '-pg',
in Makefile.PL and re-running it makes everything work fine.
[1] http://nntp.x.perl.org/group/perl.cpan.testers/215753
Regards,