in reply to Problem installing Perl/Tk
Update 13.Jan.2023 Went into /Users/thimes/.cpan and found the Tk build directory. Looking at the INSTALL to try a manual install... Perl/Tk can be installed using: perl Makefile.PL make make test. (FAILED as before. Bypassed it) make install Run "make install" seemed to be successful. Tested on several of my Perl/Tk programs and it worked well. Solution: "make test" fails when trying to install Tk.pm from CPAN. Manually run the "makes" listed above.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem installing Perl/Tk
by hippo (Archbishop) on Jan 14, 2023 at 10:37 UTC |