From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20005 invoked by alias); 21 Sep 2010 19:43:37 -0000 Received: (qmail 19996 invoked by uid 22791); 21 Sep 2010 19:43:36 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail1.thewrittenword.com (HELO mail1.thewrittenword.com) (69.67.212.77) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Sep 2010 19:43:31 +0000 Received: from mail1.il.thewrittenword.com (emma-internal-gw.il.thewrittenword.com [192.168.13.25]) by mail1.thewrittenword.com (Postfix) with ESMTP id 785885CD6; Tue, 21 Sep 2010 20:02:56 +0000 (UTC) Received: from tw.local (unknown [192.168.1.254]) by mail1.il.thewrittenword.com (Postfix) with ESMTP id 6096C76A; Tue, 21 Sep 2010 19:43:29 +0000 (UTC) Received: from tw.local (tw.local [127.0.0.1]) by tw.local (8.14.4/8.14.4) with ESMTP id o8LJhQ3g000341; Tue, 21 Sep 2010 14:43:26 -0500 Received: (from pogma@localhost) by tw.local (8.14.4/8.14.4/Submit) id o8LJhNXF000339; Tue, 21 Sep 2010 14:43:23 -0500 Date: Tue, 21 Sep 2010 20:50:00 -0000 From: "Peter O'Gorman" To: Joel Brobecker Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: minor portability patches Message-ID: <20100921194322.GD32745@tw.local> References: <20100921164814.GC32745@tw.local> <20100921184051.GA3063@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100921184051.GA3063@adacore.com> User-Agent: Mutt/1.5.20 (2009-12-10) 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/msg00353.txt.bz2 On Tue, Sep 21, 2010 at 11:40:51AM -0700, Joel Brobecker wrote: > > What does the following script print with the Python you are using > to link GDB against? > > | from distutils import sysconfig > | getvar = sysconfig.get_config_var > | getvar('LIBS') > | getvar('SYSLIBS') Oh sorry. I should have checked. We built python on this platform with CC set to "gcc -pthread", so no -lpthread in LIBS etc. and we build gdb with MIPSpro C. Let's forget about this hunk, it's doubtful that it will affect anyone else. Thanks, Peter -- Peter O'Gorman pogma@thewrittenword.com