Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6034 > unrolled thread

Building Python: static library "3.2m"

Started byChris Angelico <rosuav@gmail.com>
First post2011-05-23 13:01 +1000
Last post2011-05-23 13:01 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Building Python: static library "3.2m" Chris Angelico <rosuav@gmail.com> - 2011-05-23 13:01 +1000

#6034 — Building Python: static library "3.2m"

FromChris Angelico <rosuav@gmail.com>
Date2011-05-23 13:01 +1000
SubjectBuilding Python: static library "3.2m"
Message-ID<mailman.1947.1306119687.9059.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web