= MinGW = Find and install MinGW and MSYS. Start from http://www.mingw.org/ Install g++ but do not install MinGW make. I suggest creating a dev.bat, where changes to PATH are collected: {{{ PATH=c:\mingw\bin;%PATH% }}} = Perl = Perl is the base of all higher level tools in Geoinformatica. The following assumes Perl 5.10.0 The makefile.mk in win32/ is the build configuration. I'm adding -mms-bitfields to line 525. see [http://markmail.org/message/6zlo6cktiqa72eht this discussion] {{{ BUILDOPT += -fno-strict-aliasing -DPERL_MSVCRT_READFIX -mms-bitfields }}} Also, I change INST_TOP to $(INST_DRV)\Geoinformatica The build is easy, in dos command prompt: {{{ dmake dmake install }}} Perl modules are always built in shell using dmake, which is available at CPAN as Perl itself. lib/ExtUtils/Liblist/Kid.pm needs to be patched with [wiki:KidPmDiff Kid.pm.diff] (works for EU::MM 6.52) to make it find import libraries that end with .dll.a Save [wiki:KidPmDiff Kid.pm.diff] to a file called diff, and issue command {{{ patch -p0 Kid.pm