I have strawberry installed. So I can run perl (without modules such as Tk)

I'm not sure dmake would actually be allowed

C:\perladdons>dir

Volume in drive C is OS

Volume Serial Number is 22FB-140E

Directory of C:\perladdons

03/11/2021 01:56 μμ <DIR> .

03/11/2021 01:56 μμ <DIR> ..

03/11/2021 08:55 πμ <DIR> Tk-804.036

14/02/2021 02:43 μμ 30.709.760 tk.tar

02/11/2021 11:44 πμ 7.024.993 Tk.tar.gz

(I renamed the .tar and .tar.gz files as plain Tk). Not sure if you mean running cpan . from the directory of the tarball (perladdons) on the unzipped directory, but in both cases it fails on authentication. So :

C:\perladdons\Tk-804.036>cpan .

Loading internal logger. Log::Log4perl recommended for better logging

You are visiting the local directory

'.'

without lock, take care that concurrent processes do not do likewise.

CPAN: LWP::UserAgent loaded ok (v6.52)

Fetching with LWP:

http://www.cpan.org/authors/01mailrc.txt.gz

LWP failed with code407 messageProxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )

And from the Tk directory:

C:\perladdons\Tk-804.036>cpan .

Loading internal logger. Log::Log4perl recommended for better logging

You are visiting the local directory

'.'

without lock, take care that concurrent processes do not do likewise.

CPAN: LWP::UserAgent loaded ok (v6.52)

Fetching with LWP:

http://www.cpan.org/authors/01mailrc.txt.gz

LWP failed with code407 messageProxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )

Proxy authentication needed!


In reply to Re^4: Windows installation woes by chafelix
in thread Windows installation woes by chafelix

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.