Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:bugs': 0.05; 'subject:Python': 0.06; 'pm,': 0.10; 'wrote:': 0.14; 'angelico': 0.16; 'changed,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'it...': 0.16; 'discussion': 0.19; '27,': 0.19; 'working.': 0.19; 'help.': 0.20; 'header:In-Reply-To:1': 0.21; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'fri,': 0.23; "i'm": 0.27; 'work.': 0.28; 'message-id:@mail.gmail.com': 0.28; 'thanks': 0.28; 'to:addr :python-list': 0.33; "i've": 0.33; 'chris': 0.34; 'that,': 0.34; 'deploy': 0.35; 'program,': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.37; 'skip:- 10': 0.37; 'url:python': 0.38; 'url:org': 0.38; 'but': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'link': 0.64; '12:45': 0.84; 'subject:Link': 0.89 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=PU2PIlXdZuf2Klbu28B52lT33Q/mRFSSXV3WtnfgxYA=; b=nsBQ/U3Nr9pD3dQYnOy+i3ATtocIpkhIT2RWPcUU2hQt8kVJoZH8Ubj+ukBV3T2xwS HPWnb0L92D72yj+f7P/N8dTBw7+WFumBAOdYyq3el1A007hGSTwqr9Ma5wBsSm2Yx5jw vW5cHmWNUuFPtP+q+GzGWHO4SBa//+ItUuzUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=v663JzBax8327XBuEb2qhffIk5QMmwPRCHCbHpwdLMY5/Bazt3f9DiiXI3TnbuN5f4 0f1YMyJd7qwQN63ePhWH0vb1whzOpimgp7TCYHnTIBMDLADqiRQjq0DWZbRS0/1tHFnf Py6CZsmRUoMV1Qj1EAC9ZF5UbYOv4UHPxhEhc= MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 27 May 2011 17:14:34 +1000 Subject: Re: Link errors embedding Python 3.2 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 82.94.164.166 X-Trace: 1306480483 news.xs4all.nl 49047 [::ffff:82.94.164.166]:47297 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6375 On Fri, May 27, 2011 at 12:45 PM, Ned Deily wrote: > > The discussion in http://bugs.python.org/issue4434 might be of some help. Thanks Ned! That was most helpful. I'm still not sure exactly what I changed, but between building with --enable-shared and some fiddling with how I link my program, I've managed to get it all to work. Now to start clean on a different box and try to deploy it... if I can do that, then it's definitely working. Chris Angelico