wget http://search.cpan.org/CPAN/authors/id/N/NI/NI-S/Tk-804.027.tar.gz 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