G'day Rob,

I don't know if any of the following will help, but here's some Perl, Tk and gcc version information for comparison. I've provided info for Perl 5.30 (which the OP had problems with) and Perl 5.36 (which you've had problems with) — note that I have different subversions.

I install Tk with all of my Perl versions. I usually get an error or two from `make test`, but nothing catastrophic; although, I seem to recall that I couldn't build Tk years ago (maybe Perl 5.26). I install with the cpan utility (force install Tk when tests fail). I run several of the widget demos, as additional tests, when `make test` fails.

I'm running Cygwin version 3.4.7 on Win10. I update both of these weekly; last done about seven hours ago.

Currently cmd.exe starts by showing:

Microsoft Windows [Version 10.0.19045.3155] (c) Microsoft Corporation. All rights reserved.

Cygwin's latest version of gcc:

$ gcc --version gcc (GCC) 11.4.0

I get Perl module version and location info with perlmodver:

Perl v5.30

$ perl -v | head -2 | tail -1 This is perl 5, version 30, subversion 0 (v5.30.0) built for cygwin-th +read-multi $ perl -V Summary of my perl5 (revision 5 version 30 subversion 0) configuration +: Platform: osname=cygwin osvers=3.0.7(0.33853) archname=cygwin-thread-multi uname='cygwin_nt-10.0 titan 3.0.7(0.33853) 2019-04-30 18:08 x86_64 + cygwin ' ... gccversion='7.4.0' ... $ perlmodver Tk Tk 804.034 in /home/ken/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/c +ygwin-thread-multi/Tk.pm ---------------------------------------------------------------------- +--

Full perl -V output:

Perl v5.36

$ perl -v | head -2 | tail -1 This is perl 5, version 36, subversion 0 (v5.36.0) built for cygwin-th +read-multi $ perl -V Summary of my perl5 (revision 5 version 36 subversion 0) configuration +: Platform: osname=cygwin osvers=3.2.0(0.34053) archname=cygwin-thread-multi uname='cygwin_nt-10.0 titan 3.2.0(0.34053) 2021-03-29 08:42 x86_64 + cygwin ' ... gccversion='10.2.0' ... $ perlmodver Tk Tk 804.036 in /home/ken/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/c +ygwin-thread-multi/Tk.pm ---------------------------------------------------------------------- +--

Full perl -V output:

— Ken


In reply to Re^2: Tk-804.036 build failure by kcott
in thread Tk-804.036 build failure by perlboy_emeritus

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.