From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12801 invoked by alias); 19 Dec 2002 16:11:40 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 12778 invoked from network); 19 Dec 2002 16:11:39 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by 209.249.29.67 with SMTP; 19 Dec 2002 16:11:39 -0000 Received: by redhat.com (Postfix, from userid 201) id CB27D1C10B; Thu, 19 Dec 2002 11:11:35 -0500 (EST) Date: Thu, 19 Dec 2002 08:11:00 -0000 From: Christopher Faylor To: insight@sources.redhat.com Subject: Re: [RFA] Find init.tcl on cygwin Message-ID: <20021219161135.GE25133@redhat.com> Reply-To: insight@sources.redhat.com Mail-Followup-To: insight@sources.redhat.com References: <20021219070416.GA21543@redhat.com> <20021219003946.24d69eec.mdejong@uncounted.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021219003946.24d69eec.mdejong@uncounted.org> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-q4/txt/msg00231.txt.bz2 On Thu, Dec 19, 2002 at 12:39:46AM -0800, Mo DeJong wrote: >On Thu, 19 Dec 2002 02:04:16 -0500 >Christopher Faylor wrote: > >> This has been sitting in my sandbox for a long time. >> >> Ok to check in? >> >> cgf >... >> /* CYGNUS LOCAL */ >> - sprintf(installLib, "share/tcl%s", TCL_VERSION); >> + sprintf(installLib, "usr/share/tcl%s", TCL_VERSION); >> /* END CYGNUS LOCAL */ > > >What are the configure flags that you are building with under Cygwin? >Is it something like `.../configure --prefix=/ --datadir=/usr` ? I had hoped not to have to go into a lot of details about how cygwin works but, no, that's not how I am configuring it. It wouldn't matter if I was. /usr/bin == /bin == x:\cygwin\bin tcl apparently converts the cygwin path into a windows path and then looks for x:\cygwin\share which doesn't exit. x:\cygwin\usr\share does exist. There was a similar change in tcl 8.0 which was apparently dropped when you did the merge from 8.0 -> 8.3. cgf