From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11169 invoked by alias); 11 Jan 2013 09:29:12 -0000 Received: (qmail 11160 invoked by uid 22791); 11 Jan 2013 09:29:11 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_50 X-Spam-Check-By: sourceware.org Received: from outdoor.onevision.de (HELO outdoor.onevision.de) (212.77.172.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Jan 2013 09:29:05 +0000 Received: from sanders.onevision.de (moonrace [212.77.172.62]) by outdoor.onevision.de (8.14.3/8.13.7/ROSCH/DDB) with ESMTP id r0B9SwCB018537 for ; Fri, 11 Jan 2013 10:29:03 +0100 Received: from [192.168.5.32] ([192.168.5.32]) by sanders.onevision.de (Lotus Domino Release 8.5.3) with ESMTP id 2013011110285349-122638 ; Fri, 11 Jan 2013 10:28:53 +0100 Message-ID: <50EFDB55.5050407@onevision.com> Date: Fri, 11 Jan 2013 09:29:00 -0000 From: Roland Schwingel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: insight@sourceware.org Subject: Re: Installing insight with existing gdb Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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: 2013-q1/txt/msg00003.txt.bz2 Hi Yash... > I am trying to install insight-6.8-1 on AIX 6.1. This tries to compile and > install gdb. However, I already have gdb installed on the server. Is it > possible to ask the Insight build process to use the existing gdb and not > build its own? Insight is not doing any kind of interprocess communication with gdb. The insight executable IS in fact gdb + some libraries. It is linked together into one piece of code. So you need to build it. Anyway you shouldn't use 6.8. It is a "little" old. It is better to build form CVS sources to get a decent insight. Roland