Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '3.2': 0.05; 'subject:Python': 0.06; 'python': 0.08; 'advance!': 0.09; 'install,': 0.09; 'question:': 0.09; 'subject:library': 0.09; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sudo': 0.16; 'seems': 0.21; 'downloaded': 0.21; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'message-id:@mail.gmail.com': 0.28; 'thanks': 0.28; 'instead': 0.29; 'all,': 0.30; 'ran': 0.30; 'someone': 0.33; 'does': 0.33; 'to:addr:python-list': 0.33; 'things': 0.33; 'chris': 0.34; 'couple': 0.35; 'using': 0.35; 'probably': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:: ': 0.38; 'received:209': 0.39; 'got': 0.39; 'to:addr:python.org': 0.39; 'make,': 0.84; 'subject:Building': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=sTRCX2FvMQhcw7RXXNZRbPC+7Zwc1LcRlnDQ7BonTZg=; b=SaS7Ma6gurNwUwjRjabrU5dFNn5cboZvV35w+4FxueNUiz5/TRQOpSl1cwTPKg+f/T i6H6k3Jvg+ICfzGe+ydjc305idq6InM2X9MGUTD/AhEOcorT5+2sCtJhDbeCM8smBh7D FFD3r6U+tssN9Qp5gOUqH7f0GZYX7+FtzsOWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=puMXK6VMAZ7z0+2ZVk2Arl8rxIbI85PiBQaC9wPaEoRr5gh/9CRto3yzBL14NIXEZK RgiUfVWRRRcI5Lp6Bj67g3cPW8oi929OvtBvTv8UT4urXbYZGAiN4qyZLw4k/zPhjTlA OyX0Tg2wTrwwmcNJ7UQ4VUNP5MCU8gea69+XQ= MIME-Version: 1.0 Date: Mon, 23 May 2011 13:01:19 +1000 Subject: Building Python: static library "3.2m" 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: 15 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306119688 news.xs4all.nl 49178 [::ffff:82.94.164.166]:42319 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6034 Hi! Just a quickie, I hope, where someone will probably be able to answer off the top of his head. I downloaded the 3.2 sources with the intention of building that instead of using Ubuntu's default Python 2.6.6. Ran ./configure, make, sudo make install, and then fiddled with a few things like make all, make libinstall, make libainstall. Eventually got a libpython3.2m.a in /usr/local/lib. Question: Why "3.2m"? What does that m mean? It seems to have come up a couple of times in the build process. Thanks in advance! Chris Angelico