dmake: http://code.google.com/a/apache-extras.org/p/dmake/downloads/detail?name=dmake-win32-4.12.zip&can=1&q=

compiler: http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.0/32-bit/threads-posix/sjlj/x32-4.8.0-release-posix-sjlj-rev2.7z

perl: http://www.cpan.org/src/5.0/perl-5.18.0.tar.gz

first what dmake puts out:

dmake -f makefile.mk ====================== del /f config.h Can not find D:\perl\win32\config.h. copy config_H.gc config.h Number of copied files: 1.

and in the end

d:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.0/../../../../i686-w64- +mingw32/bin/ld.exe: ..\libperl518s.a(perllib.o): bad reloc address 0x +0 in section `.data' collect2.exe: error: ld returned 1 exit status dmake: Warning: -- Found file corresponding to virtual target [..\uud +map.h]. dmake: Error code 129, while making '..\perl-static.exe'

my makefile.mk diff

24,25c24,25 < INST_DRV *= d: < INST_TOP *= $(INST_DRV)\perl_compiled --- > INST_DRV *= c: > INST_TOP *= $(INST_DRV)\perl 171c171 < BUILD_STATIC *= define --- > #BUILD_STATIC *= define 180c180 < ALL_STATIC *= define --- > #ALL_STATIC *= define 190c190 < CCHOME *= d:\mingw32 --- > CCHOME *= C:\MinGW

here you have complete raw compilation log : http://pastebin.com/raw.php?i=V3yqTAmJ


In reply to dmake can't find config.h, and collector throws error when trying to compile perl-static.exe (perl-5.18.0 / mingw / 32b) by rsk82

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.