From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13843 invoked by alias); 27 May 2004 17:32:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13664 invoked from network); 27 May 2004 17:32:25 -0000 Received: from unknown (HELO e1.ny.us.ibm.com) (32.97.182.101) by sourceware.org with SMTP; 27 May 2004 17:32:25 -0000 Received: from northrelay02.pok.ibm.com (northrelay02.pok.ibm.com [9.56.224.150]) by e1.ny.us.ibm.com (8.12.10/NS PXFA) with ESMTP id i4RHWSV3450312 for ; Thu, 27 May 2004 13:32:29 -0400 Received: from austin.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by northrelay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i4RHXChs130478 for ; Thu, 27 May 2004 13:33:12 -0400 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id i4RHWRtM120238 for ; Thu, 27 May 2004 12:32:27 -0500 Date: Thu, 27 May 2004 17:32:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: gdb@sources.redhat.com Subject: configure/install question. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-05/txt/msg00190.txt.bz2 I would like to install GDB as a 'gdb64' since I am building GDB as a 64bit binary on PPC. In the configure script I found --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names So if I passed --program-suffix=64 to the configure script (/src/configure) will it install GDB as 'gdb64' ?? Thanks Manoj Iyer