in reply to Problem installing Win32::ToolHelp with Strawbeery Perl Win64
Change that to:$opt = $Config{ar} =~ /ar\.exe$/ ? '-ru ' : '/out:';
That gets you past the problem you struck, but there's another change you need to make.$opt = $Config{ar} =~ /^ar/ ? '-ru ' : '/out:';
Remove that line (or comment it out).typedef unsigned long ULONG_PTR;
|
|---|