I want to acknowledge Ken as well as Rob, thanks guys, you've both provided pretty definitive proof that something's amiss with my system perl.

Rob wrote:

I get something quite different:

That is very different indeed. Everything just worked the way it's supposed to. I noticed that it seems you are running your own locally-built perl: "/cygdrive/c/cygperl-5.40.0-d/bin/perl.exe". And Ken is running a locally built perl managed with perlbrew. I think my assignment for this weekend may be to build my own CygwinPerl.

You got the following g++ commandline:


g++  --shared  -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector-strong  CSV_XS.o  -o blib/arch/auto/Text/CSV_XS/CSV_XS.dll  \
  /cygdrive/c/cygperl-5.40.0-d/lib/5.40.0/cygwin-thread-multi/CORE/cygperl5_40_0.dll -lpthread -ldl -lcrypt  \ 

The dangling backslash \ continue is in my output too, and is strange, but it is just an artifact that has nothing to do with my build failure.

Thanks again Rob.

    - Soren

Aug 02, 2025 at 16:36 UTC

In reply to Re^2: New release of Text::CSV_XS won't build on Windows, prob a gcc input error (CygwinPerl) by Intrepid
in thread New release of Text::CSV_XS won't build on Windows, prob a gcc input error (CygwinPerl) by Intrepid

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.