Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

How do I install Tk.pm on Cygwin?

by mulander (Monk)
on Oct 24, 2005 at 13:42 UTC ( [id://502463]=perlquestion: print w/replies, xml ) Need Help??

mulander has asked for the wisdom of the Perl Monks concerning the following question:

Recently I tried to install Tk.pm on cygwin ( windows ) and I have encountered problems trying to install it via CPAN.
So I googled the web for anwsers and came upon a solution from another forum. I tried it myself and it works, so I thought that maybe other fellow monks strugle with the same and this node might help them. I am sorry if this is placed in the wrong category.
First of all here is the direct link to the anwser I found on google: link
The one that helped was the post on the bottom signed by H.Merijn so all credit goes to him, thanks.

Ok so we have the formal stuff done, now let's see what to do to get this Tk up and running.
Open your cygwin command line and type the following commands:
wget http://search.cpan.org/CPAN/authors/id/N/NI/NI-S/Tk-804.027.tar.g +z tar -zxvf Tk-804.027.tar.gz cd Tk-804.027 perl Makefile.PL x cd pTk ln -s tkUnixDefault.h tkWinDefault.h cd .. mv Makefile Makefile.old sed -e s/tkWinDefault.h// Makefile.old > Makefile export LDLOADLIBS=/usr/X11R6/lib/libX11-6.dll.a export PERL5LIB=`pwd`/blib/lib:`pwd`/blib/arch make find . -name \*.dll | xargs rebase -v -b 0x68000000 make test make install
Be sure to have X server up while you make the tests. There are moments in thoose tests that you might think it hanged, but be patient it will go on eventualy. When I tried it on my cygwin all tests passed without any problems.

Hope this node will help at least one person ;)

Replies are listed 'Best First'.
Re: How do I install Tk.pm on Cygwin?
by Anonymous Monk on Jan 16, 2008 at 07:06 UTC
    Thank you! This helped me out big time.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://502463]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 04:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found