From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1380 invoked by alias); 2 Aug 2008 00:31:57 -0000 Received: (qmail 1372 invoked by uid 22791); 2 Aug 2008 00:31:57 -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; Sat, 02 Aug 2008 00:31:33 +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 m720VVPX011364 for ; Fri, 1 Aug 2008 20:31:31 -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 m720VUuR018346; Fri, 1 Aug 2008 20:31:30 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m720VRK9008770; Fri, 1 Aug 2008 20:31:29 -0400 Message-ID: <4893AADF.5040600@redhat.com> Date: Sat, 02 Aug 2008 00:31:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: Tom Tromey CC: insight Subject: Re: [PATCH/itcl] Update to Itcl 3.3 References: <4887B505.3080206@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00013.txt.bz2 Tom Tromey wrote: > 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. Gdbtk is broken right now until I commit the rest of my outstanding patches for this... Looks like that cruft is not defined in my build either (but then my build doesn't link against itcl/itk anymore). I'll see about speeding up my schedule (or lack thereof). Keith