This seems wrong in an obvious way
$ perl -e" dd(@ARGV) " -- ..\miniperl.exe -I..\lib config_sh.PL "INST +_TOP=C:\perl" "INST_VER=" "INST_ARCH=\" "archname=MSWin32-x64-multi-t +hread" "cc=gcc" "ld=g++" "ccflags= -s -O2 -DWIN32 -DWIN64 -DCONSERVAT +IVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_ +SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields" "usecpl +usplus=" "cf_email=" "d_mymalloc=undef" "libs= -lmoldname -lkernel32 +-luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 - +loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 + -lodbccp32 -lcomctl32" "incpath=c:\Program Files\mingw-w64\x86_64-8. +1.0-posix-seh-rt_v6-rev0\mingw64\include" "libperl=libperl530.a" "lib +pth=c:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\ming +w64\lib;" "libc=" "make=gmake" "_o=.o" "obj_ext=.o" "_a=.a" "lib_ext= +.a" "static_ext=Win32CORE" "usethreads=define" "useithreads=define" " +usemultiplicity=define" "useperlio=define" "use64bitint=define" "usel +ongdouble=undef" "uselargefiles=define" "usesitecustomize=undef" "def +ault_inc_excludes_dot=define" "LINK_FLAGS=-s -L\"C:\perl\lib\\CORE\" +-L\"c:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\ming +w64\lib\"" "optimize=-s -O2" "ARCHPREFIX=" "WIN64=define" config.gc ( "..\\miniperl.exe", "-I..\\lib", "config_sh.PL", "INST_TOP=C:\\perl", "INST_VER=", "INST_ARCH=\" archname=MSWin32-x64-multi-thread cc=gcc ld=g++ ccflag +s=", "-s", "-O2", "-DWIN32", "-DWIN64", "-DCONSERVATIVE", "-DPERL_TEXTMODE_SCRIPTS", "-DPERL_IMPLICIT_CONTEXT", "-DPERL_IMPLICIT_SYS", "-DUSE_PERLIO", "-fwrapv", "-fno-strict-aliasing", "-mms-bitfields usecplusplus= cf_email= d_mymalloc=undef libs=", "-lmoldname", "-lkernel32", "-luser32", "-lgdi32", "-lwinspool", "-lcomdlg32", "-ladvapi32", "-lshell32", "-lole32", "-loleaut32", "-lnetapi32", "-luuid", "-lws2_32", "-lmpr", "-lwinmm", "-lversion", "-lodbc32", "-lodbccp32", "-lcomctl32 incpath=c:\\Program", "Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\inclu +de libperl=libperl530.a libpth=c:\\Program", "Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\lib; +libc= make=gmake _o=.o obj_ext=.o _a=.a lib_ext=.a static_ext=Win32CO +RE usethreads=define useithreads=define usemultiplicity=define useper +lio=define use64bitint=define uselongdouble=undef uselargefiles=defin +e usesitecustomize=undef default_inc_excludes_dot=define LINK_FLAGS=- +s", "-L\"C:\\perl\\lib\\\\CORE\"", "-L\"c:\\Program", "Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\lib\" + optimize=-s", "-O2 ARCHPREFIX= WIN64=define config.gc ", )

How did you get  "INST_ARCH=\"? The only way I can see is by passing  INST_ARCH=\

I suggest you turn this on by editing GNUmakefile like you're supposed to


In reply to Re: Perl compilation on Windows with INST_ARCH set fails by Anonymous Monk
in thread Perl compilation on Windows with INST_ARCH set fails by ivpri

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.