From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7247 invoked by alias); 5 Sep 2012 20:26:27 -0000 Received: (qmail 7230 invoked by uid 22791); 5 Sep 2012 20:26:26 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Sep 2012 20:26:12 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q85KQCLU025006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 5 Sep 2012 16:26:12 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q85KQAUW018599 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 5 Sep 2012 16:26:11 -0400 Message-ID: <5047B562.4030308@redhat.com> Date: Wed, 05 Sep 2012 20:26:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: RAYAPROL Raja CC: "insight@sourceware.org" Subject: Re: cannot build on RHEL 6 References: <2B3152C6-06A1-46FF-9A3F-444A16935920@hp.com> <514883D0F12DEF4788558064C95ECAA332B29C26EA@BE-EXCHANGE-09.swift.corp> <5047A754.7020809@redhat.com> <514883D0F12DEF4788558064C95ECAA332B29C26EE@BE-EXCHANGE-09.swift.corp> In-Reply-To: <514883D0F12DEF4788558064C95ECAA332B29C26EE@BE-EXCHANGE-09.swift.corp> 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: 2012-q3/txt/msg00012.txt.bz2 On 09/05/2012 12:43 PM, RAYAPROL Raja wrote: > Keith, > > If I go to the source file directory (/tmp/insight-6.8) and issue > ./configure, all I get is Wow. 6.8. That's *very* old (March 2008)... I suggest using CVS HEAD or grabbing the official GDB 7.5 branch from CVS. [checkout the "insight" module: "cvs co -r gdb_7_5-branch insight"] The in-build tree works (at least for me). I have patches to use the system-supplied Tcl, Tk, Itcl, and Iwidgets, so if you want to try those, I can send them to you. Keith