From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14211 invoked by alias); 21 Mar 2010 05:49:40 -0000 Received: (qmail 14201 invoked by uid 22791); 21 Mar 2010 05:49:39 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 21 Mar 2010 05:49:35 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NtE2W-0000cH-GW for insight@sources.redhat.com; Sun, 21 Mar 2010 06:49:32 +0100 Received: from 24-158-184-117.dhcp.jcsn.tn.charter.com ([24.158.184.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Mar 2010 06:49:32 +0100 Received: from gds by 24-158-184-117.dhcp.jcsn.tn.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Mar 2010 06:49:32 +0100 To: insight@sources.redhat.com From: Gene Smith Subject: Re: Using system tcl/tk version 8.5 Date: Tue, 23 Mar 2010 02:47:00 -0000 Message-ID: References: <4BA3233C.9090604@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3 In-Reply-To: <4BA3233C.9090604@redhat.com> 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: 2010-q1/txt/msg00044.txt.bz2 Keith Seitz wrote, On 03/19/2010 03:09 AM: > > Are you using x86_64? I believe I am sitting on a patch to fix some bad > assumptions with that... Still need to test them some more, though. > I rebuilt for i686 on my x86_64 system. Had to install all the tcl/itcl/tk/itk and devels etc as i686. But it still runs basically the same. The main problem is it can't set breakpoints that do anything. It appears to step but it won't visibly show that it ever hit a breakpoint. The green line always is at the same place. Also had to install expat and python-devel as i686 which was not expected. There were also a couple other libs for i686 that it needed like X11 and freetype. To build for i686 on x86_64 had to export CFLAGS and LDFLAGS as "-m32".