Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!nntpfeed.proxad.net!feeder1-1.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'skip': 0.04; 'repository': 0.05; 'subject:Python': 0.05; 'from:addr:pobox.com': 0.07; '32-bit': 0.09; 'dynamically': 0.09; '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; 'elf': 0.16; 'executable,': 0.16; 'from:name:skip montanaro': 0.16; 'libs),': 0.16; 'message-id:@post.gmane.org': 0.16; 'received:192.160': 0.16; 'received:192.160.124': 0.16; 'stripped': 0.16; 'subject:bit': 0.16; 'versions': 0.23; '64-bit': 0.23; 'subject:build': 0.23; 'writes:': 0.25; 'thanks.': 0.26; 'missed': 0.28; 'intel': 0.29; 'subject:?': 0.31; 'shared': 0.31; 'version': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'to:addr:python-list': 0.34; 'executable': 0.34; 'subject:How': 0.35; 'install': 0.35; 'file': 0.36; 'subject:with': 0.36; 'none': 0.37; 'charset:us-ascii': 0.37; 'received:192': 0.37; 'linked': 0.38; 'received:org': 0.38; 'some': 0.38; 'several': 0.38; 'to:addr:python.org': 0.40; './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: Fri, 9 Dec 2011 16:19:12 +0000 (UTC) References: <20111206142616.9D8B32169BC2@montanaro.dyndns.org> <4EDF604F.9070306@gmail.com> 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: 192.160.124.65 (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/17.0.942.0 Safari/535.8) 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323447567 news.xs4all.nl 6898 [2001:888:2000:d::a6]:48133 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16919 Karim gmail.com> writes: > ./configure > make > make install Thanks. I have several different versions in my local sandbox. None are 64-bit ELFs. Just to make sure I hadn't missed some new development in this area, I cloned the hg repository and build the trunk version from scratch. I get a 32-bit executable on Solaris: % file ./python ./python: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped Skip