www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
To: | cygwin AT cygwin DOT com |
From: | DoMinix <dominix AT iquebec DOT com> |
Subject: | Howto build perl/Tk on cygwin |
Date: | Fri, 19 Aug 2005 22:12:38 -1000 |
Lines: | 35 |
Message-ID: | <de6om3$7ln$1@sea.gmane.org> |
Mime-Version: | 1.0 |
User-Agent: | Mozilla Thunderbird 1.0.6 (Windows/20050716) |
X-IsSubscribed: | yes |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |