dwycoff wrote:I tried using a perl-tk script in cygwin that I wrote more than a year ago. Whenever I run it it dies at:
Can't locate Tk.pm in @INC (@INC contains: /usr/lib/perl5/5...
I did a search and couldn't find Tk.pm. So I looked to the cygwin website, but didn't find any mention of it there, either.
Has perl-tk made it to cygwin?
nope.
Perl modules are installed from CPAN, not through Cygwin setup (with the exception of libwin32 which does not compile without patches.) Have you tried installing the module with CPAN?
Tk is also known not to work OOTB.
--
Fear not those who argue but those who dodge. (Marie Ebner von Eschenbach, Aphorisms, 1905)
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/