From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28594 invoked by alias); 21 Sep 2012 16:36:03 -0000 Received: (qmail 28452 invoked by uid 22791); 21 Sep 2012 16:36:01 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Sep 2012 16:35:49 +0000 Received: by vbkv13 with SMTP id v13so4451602vbk.0 for ; Fri, 21 Sep 2012 09:35:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=rdHLuaDNRKvymm1+jPUU5puoSpj4w2Fw/liR+BTNSMM=; b=XWq96u5jxAx84by1WDnikiT/3Ho5Vmc161m8z4u5XhcZoyZN7ltoQOitKTXgiMkwAC dbducMFsoy9w+rWHHbS3ncuASK/BVifd/YMIjIJBalD5FLGTSosQ+0tdHH98llTufiHh O5s2Hb3V5sfXGrrS5jlW3R5xOjtSYEe8Renc/AbuhOEkX7Ljjf+O4tglDa2gyQzN33b0 8Kou2Wgg2jENEzTWKk7jmWChPIB2ciSexKdLzz9fwWAD+lD0ZmqRjXcjwU30M4CSe+uV YkjKzA1K4Vo5VHcLuoZybGHzqRSOfJQxFUgLpVeLl7eOJZRas75eWY1Lo++XMe+t+psM 39eg== Received: by 10.52.74.6 with SMTP id p6mr2647319vdv.124.1348245348133; Fri, 21 Sep 2012 09:35:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.74.6 with SMTP id p6mr2647313vdv.124.1348245347993; Fri, 21 Sep 2012 09:35:47 -0700 (PDT) Received: by 10.52.24.239 with HTTP; Fri, 21 Sep 2012 09:35:47 -0700 (PDT) In-Reply-To: <20120921160103.GA31526@host2.jankratochvil.net> References: <50511945.2070400@codesourcery.com> <20120917170657.GB5716@adacore.com> <505C8DC7.5090104@codesourcery.com> <20120921160103.GA31526@host2.jankratochvil.net> Date: Fri, 21 Sep 2012 16:36:00 -0000 Message-ID: Subject: Re: Using Py_SetPythonHome From: Doug Evans To: Jan Kratochvil Cc: Meador Inge , Joel Brobecker , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQklQt/LLSdvdwCXJnyApBa4XJE1kdXqnEOp/SllPiRp+2OKuwMd8BoZ3u4e/txu6VEeKRK7dd5rsVNBarXzbj4taFOLFZdRQ1V4Y5YxFsnHW54MszlvCl0fmdUZrvbpcmBNjjABEHqiFc5ATlEaLRZe8ChTPiyHo8bL/ia/bFjWT4symIjsVc79FsyETIRXVup5VE/s 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: 2012-09/txt/msg00066.txt.bz2 On Fri, Sep 21, 2012 at 9:01 AM, Jan Kratochvil wrote: > On Fri, 21 Sep 2012 17:54:47 +0200, Meador Inge wrote: >> We distribute the toolchain with a layout that looks like: >> >> bin/ >> $cross-gdb >> lib/ >> libpython2.6.so.1.0 >> python2.6/ >> python26.zip > > Sorry but this is very custom setup of GDB. In such case GDB should be > configured with special configure option for it It doesn't feel that "custom". I don't mind handling it by a configure option though.