in reply to Help building Devel::Caller
The problem is so bad that I can't even install Module::Build 0.2805, because the tests fail for the exact same reason.
The solution that works for me, is find a way to specify that directory into the command line for the linker. Open the file C:\Perl\site\lib\ActivePerl\Config.pm, and replace the line 108,
which is one of the parameters passed to the linker, with_override("lddlflags", "-mdll");
Now, Module::Build passes all tests. And, after installing Module::Build, so does Devel::Caller._override("lddlflags", "-mdll -LC:/Perl/lib/CORE");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help building Devel::Caller
by Limbic~Region (Chancellor) on Aug 02, 2006 at 16:36 UTC | |
by bart (Canon) on Aug 02, 2006 at 17:55 UTC | |
by Limbic~Region (Chancellor) on Aug 02, 2006 at 18:05 UTC | |
by syphilis (Archbishop) on Aug 03, 2006 at 01:18 UTC | |
by Limbic~Region (Chancellor) on Aug 03, 2006 at 12:15 UTC |