My strawberry use not mingw perl -V:make make='gmake';

Not that it matters, since the bug report was the right thing to do... but are you sure your Strawberry Perl's compiler is not mingw? "gmake" vs the older "dmake" is not an indicator of whether it's mingw. All the evidence I can find (from Wikipedia to Strawberry's website, to the flags quoted in your -V information to my Strawberry-perl-gcc's -v) all agree that it's mingw.

Wikipedia's Strawberry Perl article says, "Strawberry Perl incorporates the MinGW development environment during installation."

From a more authoritative location, Strawberry's 5.26.0.1-64bit Release Notes, "new gcc-7.1 (we switched to seh exception handling) + mingw-w64-5.0.2 runtime"

Looking at extracts from the full -V you quoted, I see a couple mentions of mingw:

... ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -D__USE_MINGW_ANSI_ +STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT +_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields' ... libpth=D:\ulisseDUE\perl5.26.64bit\c\lib D:\ulisseDUE\perl5.26.64bit +\c\x86_64-w64-mingw32\lib D:\ulisseDUE\perl5.26.64bit\c\lib\gcc\x86_6 +4-w64-mingw32\7.1.0

What do you get for where gcc and gcc -v. On my Strawberry 5.26.0_64_PDL, I get quite a few mentions of "mingw" as well:

C:>where gcc C:\usr\local\apps\berrybrew\perls\5.26.0_64_PDL\c\bin\gcc.exe C:>gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=C:/usr/local/apps/berrybrew/perls/5.26.0_64_PDL/c/ +bin/../libexec/gcc/x86_64-w64-mingw32/7.1.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../../../src/gcc-7.1.0/configure --host=x86_64-w64-mi +ngw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix +=/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libs +tdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libat +omic --enable-lto --enable-graphite --ena ble-checking=release --enable-fully-dynamic-string --enable-version-sp +ecific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-li +bstdcxx-pch --disable-libstdcxx-debug --d isable-bootstrap --disable-rpath --disable-win32-registry --disable-nl +s --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --wi +th-arch=nocona --with-tune=core2 --with-l ibiconv --with-system-zlib --with-gmp=/opt/build/prerequisites/x86_64- +w64-mingw32-static --with-mpfr=/opt/build/prerequisites/x86_64-w64-mi +ngw32-static --with-mpc=/opt/build/prereq uisites/x86_64-w64-mingw32-static --with-isl=/opt/build/prerequisites/ +x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh, Built +by strawberryperl.com project' CFLAGS='-O 2 -pipe -fno-ident -I/opt/build/x86_64-710-posix-seh-rt_v502/mingw64/o +pt/include -I/opt/build/prerequisites/x86_64-zlib-static/include -I/o +pt/build/prerequisites/x86_64-w64-mingw32 -static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/opt/build/x86_64-71 +0-posix-seh-rt_v502/mingw64/opt/include -I/opt/build/prerequisites/x8 +6_64-zlib-static/include -I/opt/build/pre requisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/opt/build/ +x86_64-710-posix-seh-rt_v502/mingw64/opt/include -I/opt/build/prerequ +isites/x86_64-zlib-static/include -I/opt/ build/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe +-fno-ident -L/opt/build/x86_64-710-posix-seh-rt_v502/mingw64/opt/lib +-L/opt/build/prerequisites/x86_64-zlib-st atic/lib -L/opt/build/prerequisites/x86_64-w64-mingw32-static/lib ' Thread model: posix gcc version 7.1.0 (x86_64-posix-seh, Built by strawberryperl.com proje +ct)


In reply to Re^3: PAR pp glob for me on windows? by pryrt
in thread PAR pp glob for me on windows? by Discipulus

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.