Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'skip': 0.04; 'subject:Python': 0.05; 'recipe': 0.09; 'to:addr:pobox.com': 0.09; 'to:addr:skip': 0.09; 'build?': 0.16; 'subject:bit': 0.16; '\xe9crit': 0.16; 'cc:addr:python-list': 0.16; 'cc:no real name:2**0': 0.20; "haven't": 0.20; 'header:In-Reply-To:1': 0.22; 'subject:build': 0.23; 'cc:2**0': 0.24; 'cc:addr:python.org': 0.29; 'subject:?': 0.31; 'anyone': 0.31; 'does': 0.32; 'message- id:@gmail.com': 0.33; 'header:User-Agent:1': 0.33; 'someone': 0.34; 'solaris': 0.34; 'subject:How': 0.35; 'install': 0.35; 'subject:with': 0.36; 'minority': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.40; 'subject': 0.62; '../configure': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=C3jD2zS4DolOmULEEheqwyCa6pqw8qyhjdTd6EzHT9g=; b=TTy6AJOiJoAsKuGVJEVXuueD7r9SnHkbJEdCaXebiYDpR/cjkwuheszBBfMEdwz+8B J9PQzYFFUQuWgwS5ue4Mm+XkqNPDr6ez3LkHBjaAr+jzzwkb4LDqBjGFFWjgrsYvaZ7Q FwS0MtJVJL6a98JyPk1gZySSpg50Uyk8LUquA= Date: Wed, 07 Dec 2011 13:47:11 +0100 From: Karim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: Skip Montanaro Subject: Re: How to build 64-bit Python on Solaris with GCC? References: <20111206142616.9D8B32169BC2@montanaro.dyndns.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: python-list@python.org 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323262043 news.xs4all.nl 6968 [2001:888:2000:d::a6]:51025 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16780 Le 07/12/2011 12:30, Skip Montanaro a écrit : >> Does anyone have a recipe for the subject build? > I know Solaris is a minority platform these days, but surely someone has tackled > this problem, haven't they? > > Thx, > > Skip > > > ./configure make make install Karim