This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Howto build perl/Tk on cygwin


as I didn't find relevant info on the archive (I appologize
if there were) I follow up this info to the Cygwin ML cause
it could be to some interest to those who want Tk-804.027 on
cygwin.


Originally posted by dominix on Code Comments > PERL > PerlTk >

hi there. could you provide some feed back about
cygwin status of Tk:8.4 ? is there still broken
Makefiles in 8.4? last time I checked only
8.0.25 was compilable.

regards.


>> reply from H.Merijn
The Makefiles are not broken. It is just that the state of
cygwin on the moment Tk-804.027 was released was not as
unix as Nick expected it to be.

# 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
# make
# find . -name \*.dll | xargs rebase -v -b 0x68000000
# make test
# make install

works for me


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]