Subject: | help XML-LibXML compile on Win32 |
I've just successfully compiled the latest version of XML::LibXML on
Win32, with minimal changes and actions necessary.
Using ActivePerl 5.12.4 and its bundled MinGW compiler, i only had to
do these things:
1. add -llibgettextlib.dll to the Makefile.PL at line 288 ($ENV
{ACTIVEPERL_MINGW} doesn't work for detection anyhow)
2. install libgettextpo-0.17-1 and gettext-0.17-1 from here: http://
sourceforge.net/projects/mingw/files/MinGW/gettext/gettext-0.17-1/
3. install iconv-1.9.2, libxml2-2.7.8 and zlib-1.2.5 from here: ftp://
ftp.zlatkovic.com/libxml/
So, it would be nice if you could add the -l call to Makefile.PL, as
well we mention those download locations and their necessity in the
module POD. :)