From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20730 invoked by alias); 27 Mar 2013 04:24:05 -0000 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 Received: (qmail 20686 invoked by uid 89); 27 Mar 2013 04:23:54 -0000 X-Spam-SWARE-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 27 Mar 2013 04:23:51 +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 r2R4NkB1020091 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 27 Mar 2013 00:23:46 -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 r2R4NimE028964 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 27 Mar 2013 00:23:46 -0400 Message-ID: <51527450.6020308@redhat.com> Date: Wed, 27 Mar 2013 04:24: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: Jan Murawski CC: insight@sourceware.org Subject: Re: Building problem References: <51524177.3080504@oelgoetze.de> In-Reply-To: <51524177.3080504@oelgoetze.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q1/txt/msg00039.txt.bz2 On 03/26/2013 05:46 PM, Jan Murawski wrote: > I am trying to build insight and end up receiving the following message. > What am I missing? 6.8 is several years old. You are appear to be running into autotools problems with the (now) outdated configurey in that source tarball. Normally, I would recommend grabbing CVS HEAD or a gdb release and the same vintage src/gdb/gdbtk directory from CVS to go with it. However, I've been sitting on quite a few patches to make it work (or at least make it work better) on many platforms. So this may or may not work for you. Or it may be more trouble than it is worth. However, I believe insight is tagged on the gdb_7_5-branch. It is not yet tagged on the (recently made) 7.6 branch. I can try to make a 7.6 release candidate in the next few days and post it to sourceware. I've just been swamped lately. Keith