Changes between Initial Version and Version 1 of BuildWithMingw


Ignore:
Timestamp:
Jun 9, 2009, 1:31:35 PM (15 years ago)
Author:
ajolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildWithMingw

    v1 v1  
     1= Perl =
     2
     3Perl is the base of all higher level tools in Geoinformatica. The following assumes Perl 5.10.0
     4
     5The makefile.mk in win32/ is the build configuration. I'm adding -mms-bitfields to line 525. see
     6[http://markmail.org/message/6zlo6cktiqa72eht this discussion]
     7
     8Also, I change INST_TOP to $(INST_DRV)\Geoinformatica
     9
     10The build is easy, in dos command prompt:
     11{{{
     12dmake
     13dmake install
     14}}}
     15Perl modules are always built in shell using dmake
     16
     17lib/ExtUtils/Liblist/Kid.pm needs to be patched with attached [wiki:KidPmDiff Kid.pm.diff] to make it find import libraries that end with .dll.a