Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com Path: not-for-mail From: Charles Wilson Subject: Re: [ANNOUNCEMENT] Updated: expect-20021218-1, gdb-20021218-1, tcltk-20021218-1 Date: Fri, 20 Dec 2002 18:33:18 -0500 Lines: 40 Message-ID: <3E03A8BE.2020602@ece.gatech.edu> References: <20021219064238 DOT 488591C10B AT redhat DOT com> <3E039F0D DOT 2080100 AT ece DOT gatech DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en On 09 May 2002, in a message titled "Python and PIL and rebase, oh my!", I said: > #2) ------------------------------ > Given that, I have a 3 requests for the tcl/tk maintainer: > 1) for the next release, can we have the header files (other than > just tk.h) installed as well? (Where? I dunno... /usr/include/tk/ & > /tcl/?) > 2) can we have a postinstall script that links > /usr/lib/libtclX.Y.a ---> libtclXY.a > /usr/lib/libtkX.Y.a ---> libtkXY.a > 3) please make sure the tkConfig.sh and tclConfig.sh files are > correct. The current versions include lots of references to > /cygnus/netrel/src/gdb-20001125-1/ etc. That's bad... All of these issues still exist (but now that tcltk is its own package, they are fixable -- when it was all mingled together with gdb it was totally unfixable). Anyway, it'd be nice(tm) if the tcltk binary package included the tk header files under /usr/include/tk/ and /usr/include/tk/X11/. See http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/tk-includes-8.3.tar.bz2 where the contents were taken from the tcltk -src archive. /usr/lib/tclConfig.sh and /usr/lib/tkConfig.sh need to be "munged" before inclusion in the distro tarball, but they DO need to be present in the distro (no fair simply removing them ) If 8.3 is anything like 8.0, we need these symlinks in /usr/lib: libtcl8.3.a -> libcygtcl83.a libtk8.3.a -> libcygtk83.a although the (new?) files /usr/lib/itcl3.2/pkgIndex.tcl /usr/lib/itk3.2/pkgIndex.tcl might actually fix that problem; I'm not sure. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/