From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21015 invoked by alias); 22 Sep 2010 04:55:27 -0000 Received: (qmail 21007 invoked by uid 22791); 22 Sep 2010 04:55:26 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Sep 2010 04:55:22 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id o8M4tKUv002943 for ; Tue, 21 Sep 2010 21:55:20 -0700 Received: from qwe4 (qwe4.prod.google.com [10.241.194.4]) by wpaz9.hot.corp.google.com with ESMTP id o8M4tJon014615 for ; Tue, 21 Sep 2010 21:55:19 -0700 Received: by qwe4 with SMTP id 4so22399qwe.22 for ; Tue, 21 Sep 2010 21:55:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.123.215 with SMTP id q23mr6062763vcr.38.1285131318911; Tue, 21 Sep 2010 21:55:18 -0700 (PDT) Received: by 10.220.97.200 with HTTP; Tue, 21 Sep 2010 21:55:18 -0700 (PDT) In-Reply-To: References: <20100921164814.GC32745@tw.local> Date: Wed, 22 Sep 2010 16:15:00 -0000 Message-ID: Subject: Re: minor portability patches From: Doug Evans To: Tom Tromey Cc: "Peter O'Gorman" , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00368.txt.bz2 On Tue, Sep 21, 2010 at 11:24 AM, Tom Tromey wrote: > Peter> When we build --with-python, IRIX 6.5 needed -lpthread, I don't kn= ow if > Peter> this is the correct place to add that though. > > Me neither. =A0I'm not sure how we handle static linking against python, > or whether we even support it. For reference sake, I've statically linked in python just fine. There may be something special about the python installation I used, but I just use gdb's python-config.py normally and it DTRT.