From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3912 invoked by alias); 21 May 2009 18:14:16 -0000 Received: (qmail 3901 invoked by uid 22791); 21 May 2009 18:14:15 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 May 2009 18:14:10 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KK000000AMZVD00@i_mtaout3.012.net.il> for gdb@sourceware.org; Thu, 21 May 2009 21:14:07 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.115.215]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KK000046ANII7G0@i_mtaout3.012.net.il>; Thu, 21 May 2009 21:14:06 +0300 (IDT) Date: Thu, 21 May 2009 18:14:00 -0000 From: Eli Zaretskii Subject: Re: dependency of GDB-6.8.50-27032009 on "libpython2.4" In-reply-to: To: tromey@redhat.com Cc: sumasamyukta@gmail.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <833aaypbm6.fsf@gnu.org> References: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00143.txt.bz2 > Cc: gdb@sourceware.org > From: Tom Tromey > Date: Thu, 21 May 2009 11:39:44 -0600 > > If you want to transport gdb binaries between different machines, you > have a couple of choices. One choice is to make sure that the same > libraries are available everywhere. Another one is to configure with > --disable-python. This will make it so that gdb is not linked against > the python library. Isn't a static link yet another possibility?