Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.058 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'variables': 0.17; 'sender:addr:gmail.com': 0.18; 'trying': 0.21; 'flags': 0.22; 'patch': 0.24; 'url:bugs': 0.24; 'command': 0.24; 'header:In- Reply-To:1': 0.25; 'first.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'environment': 0.29; "i'm": 0.29; 'error': 0.30; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'add': 0.36; 'url:org': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'stuck': 0.65; 'subject:find': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=F2o0Ww4admHhnznPA8OF78riTzHUSw598CUrzjdfoA8=; b=p1fQXb/cZpsrRLEKXhLyDwST+Wc4hJYkWabgW1H6Ayeqehas/nbKbfLW49lgXx/i7Y 1lJ3C4TEjacT3fZ8ZbvhvDk176h0iTqBzyNNBi2BcdHZmzaeYwLfV+j3koqlStZIJni7 nA0VAgUFZ8HBVWIlQBu1IhJTnsgY1gzYhLbypBYNkr5DeaZ4jQ845QpEXkBROwbY/lyr H7oKCi8FwWbgLYN6Tb853AcNm4pxSoy3kwxqMPbr/Ykp3aUt4GnnTicdapxI9980Hdcb ymWiM1Awa2nDGB+qoXQtF5Td0hZdYZdRUvMm289FOgFiwSAnxOe92dy/4ephMzf+ULTM 9Ldg== MIME-Version: 1.0 X-Received: by 10.50.183.227 with SMTP id ep3mr1860043igc.107.1359246314153; Sat, 26 Jan 2013 16:25:14 -0800 (PST) Sender: skip.montanaro@gmail.com In-Reply-To: References: Date: Sat, 26 Jan 2013 18:25:14 -0600 X-Google-Sender-Auth: tw0WdXcqe7schkyJh6wADw0TjLA Subject: Re: Ctypes can't find libc on Solaris From: Skip Montanaro To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359246322 news.xs4all.nl 6919 [2001:888:2000:d::a6]:48149 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37751 > .... After worming around distutils' inability to use > environment variables to add command line flags to gcc, I'm stuck with > an error trying to locate libc: ... Should have poked around bugs.python.org first. This was reported, with a patch that works for me: http://bugs.python.org/issue5289 Sorry for the noise... S