Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'skip': 0.04; 'cpython': 0.05; 'subject:Python': 0.05; 'compiler': 0.07; 'from:addr:pobox.com': 0.07; 'from:addr:skip': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'did,': 0.16; 'from:name:skip montanaro': 0.16; 'message- id:@post.gmane.org': 0.16; 'received:24.12': 0.16; 'received:24.12.189': 0.16; 'received:24.12.189.139': 0.16; 'revision.': 0.16; 'subject:bit': 0.16; "sun's": 0.16; 'thanks,': 0.18; 'switched': 0.18; 'gcc': 0.23; 'subject:build': 0.23; 'subject:?': 0.31; 'received:24': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'to:addr:python-list': 0.34; 'subject:How': 0.35; 'subject:with': 0.36; 'charset:us- ascii': 0.37; 'received:org': 0.38; 'getting': 0.38; 'should': 0.39; 'to:addr:python.org': 0.40; 'link': 0.63; './configure': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Skip Montanaro Subject: Re: How to build 64-bit Python on Solaris with GCC? Date: Sat, 10 Dec 2011 03:19:07 +0000 (UTC) References: <20111206142616.9D8B32169BC2@montanaro.dyndns.org> <4EDF604F.9070306@gmail.com> <20111209164137.GA4912@sleipnir.bytereef.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.12.189.139 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2) 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323487167 news.xs4all.nl 6944 [2001:888:2000:d::a6]:38079 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16940 > ./configure CFLAGS=-m64 LDFLAGS=-m64 should work with a reasonably > recent revision. Thanks, that did, indeed work with CPython trunk. I eventually switched from gcc to Sun's compiler though because I was getting link warnings. Skip