From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26137 invoked by alias); 1 Aug 2008 22:48:09 -0000 Received: (qmail 26045 invoked by uid 22791); 1 Aug 2008 22:48:09 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Aug 2008 22:47:35 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m71MlXNj015367 for ; Fri, 1 Aug 2008 18:47:33 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m71MlWXb002758; Fri, 1 Aug 2008 18:47:32 -0400 Received: from opsy.redhat.com (vpn-10-95.bos.redhat.com [10.16.10.95]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m71MlWPm025205; Fri, 1 Aug 2008 18:47:32 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 83347378196; Fri, 1 Aug 2008 16:47:31 -0600 (MDT) To: Keith Seitz Cc: insight Subject: Re: [PATCH/itcl] Update to Itcl 3.3 References: <4887B505.3080206@redhat.com> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Fri, 01 Aug 2008 22:48:00 -0000 In-Reply-To: <4887B505.3080206@redhat.com> (Keith Seitz's message of "Wed\, 23 Jul 2008 15\:47\:33 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00012.txt.bz2 >>>>> "Keith" == Keith Seitz writes: Keith> I've committed a mega-patch (omitted) to update the sourceware Itcl to Keith> version 3.3. This is needed because Itcl 3.2 does not support TEA (Tcl Keith> Extension Architecture), which we really need in order to use a Keith> system-installed Tcl/Tk/Itcl/Itk/Iwidgets. Today I tried to build a gdb patch which touches gdbtk, and gdb/config.status hung. I tracked this down to some bad definitions in the generated itkConfig.sh. E.g.: opsy. pwd /home/tromey/gnu/baseline-gdb/build/itcl/itk opsy. grep @ itkConfig.sh ITCL_VERSION='@ITCL_VERSION@' ITK_LIB_FILE=@ITK_LIB_FILE@ ITK_BUILD_LIB_SPEC='@ITK_BUILD_LIB_SPEC@' ITK_LIB_SPEC='@ITK_LIB_SPEC@' ITK_STUB_LIB_FILE=@ITK_STUB_LIB_FILE@ ITK_BUILD_STUB_LIB_SPEC='@ITK_BUILD_STUB_LIB_SPEC@' ITK_STUB_LIB_SPEC='@ITK_STUB_LIB_SPEC@' ITK_SRC_DIR='@ITK_SRC_DIR@' I think this probably came from this patch. Tom