From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 914 invoked by alias); 2 Feb 2012 18:56:11 -0000 Received: (qmail 905 invoked by uid 22791); 2 Feb 2012 18:56:10 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,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; Thu, 02 Feb 2012 18:55:53 +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 q12Itrwd011456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 2 Feb 2012 13:55:53 -0500 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 q12ItpBw017483 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 2 Feb 2012 13:55:52 -0500 Message-ID: <4F2ADC36.6030304@redhat.com> Date: Thu, 02 Feb 2012 18:56:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: rt-insight@cyconix.com CC: Insight List Subject: Re: SL6 build procedure? References: <4F2AB48C.5040901@cyconix.com> In-Reply-To: <4F2AB48C.5040901@cyconix.com> 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-q1/txt/msg00005.txt.bz2 On 02/02/2012 08:06 AM, Richard Tierney wrote: > Has anyone got a working build procedure for SL/RH6 x86_64? I use Fedora 15 x86_64 daily. > I've downloaded 6.8-1, That's a big problem. That release is many years old. Try checking out the sources from CVS. If you want something that will be *very* close to the next release, use: $ cvs co -r gdb_7_4-branch gdb ... $ cd src $ cvs update -d -r HEAD tcl tk itcl libgui gdb/gdbtk Alternatively, just checkout CVS HEAD (cvs co insight). Login procedures for anonymous CVS are on the web site. You should then be able to build as normal. I just tried this on my x86_64 Fedora box, and the only problem I found was that running insight from the build directory doesn't work. You have to install it. That's probably not a problem for anyone but me. Keith PS. You can use system-supplied tcl, tk, itcl, and iwidgets instead of grabbing them from the repository. [So you only need to add libgui and gdb/gdbtk to a clean checkout of gdb.] To do that, you will need a patch from me. Contact me off-list for it.