good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Problems installing Devel::Cover on Strawberry, seems to work on Cygwinby jplindstrom (Monsignor) |
on Mar 28, 2008 at 00:37 UTC ( [id://676881]=perlquestion: print w/replies, xml ) | Need Help?? |
jplindstrom has asked for the wisdom of the Perl Monks concerning the following question:
I just tried to install Devel::Cover on my home box running WinXP and Strawberry Perl 5.8.8. It failed with:
This is the same error CPAN testers see. But looking at the CPAN Testers Matrix says it seem to work on Cygwin, at least some of the time. And, ack'ing through my cygwin perl directory shows that these symbols are present in:
But ack'ing the Strawberry installation only matches header files (as with Cygwin). No match on .\lib\CORE\libperl58.a (or ./bin/perl58.dll?) where I suppose it would go if exported. So, could this be because of the way Strawberry Perl is built? Is there some way to have it export those symbols similar to what Cygwin does? Looking at the diff between my configuration and a working Cygwin Perl configuration, there are two ld flags that look promising (-Wl,--export-all-symbols and -Wl,--enable-auto-import). I won't build a new Perl right now (getting a bit late), but maybe someone with a bit more clue can give me a hint on whether this sounds like the way to go? Thanks, /J
Back to
Seekers of Perl Wisdom
|
|