in reply to Re: Compiling modules for win32 ActivePerl
in thread Compiling modules for win32 ActivePerl
You need binutils.
<rant>
strawberry perl is fantastic, but it still too disjointed from msys/mingw, which is too disjointed from gnuwin32. They all have similar goals, and need to cooperate more easily with each other.
For example perl won't build with sh Configure under msys, so msys is stuck at perl5.6.1. Strawberry perl developers helped craft a dmake specific makefile to compile perl with mingw, but now it doesn't come with sh, so every module which builds easily under linux with sh configure needs special steps for win32. Even ExtUtils::MakeMaker (and related modules) needed special tweaks.
Instead of msys sh configure being a familiar unifying interface, or gnuwin32 providing the latest binaries (lots are outdated), everything from zlib to libtiff to imagemagick to Image::Magick needs special steps.
Strawberry perl hopes it is A 100% Open Source Perl for Windows that is exactly the same as Perl everywhere else but without GNU build system it falls short.
They could all learn some things from http://portableapps.com/
</rant>
Sorry about the small rant, dlltool comes with binutils.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Compiling modules for win32 ActivePerl
by DrHyde (Prior) on Sep 30, 2009 at 09:46 UTC | |
by Anonymous Monk on Sep 30, 2009 at 10:07 UTC | |
by DrHyde (Prior) on Oct 01, 2009 at 10:25 UTC | |
by Anonymous Monk on Oct 01, 2009 at 10:45 UTC |