mulander has asked for the wisdom of the Perl Monks concerning the following question:
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.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
|
---|
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 |