Talk:Buildbot
From SymPy
Note
This command configures Python to compile as 32-bit. If it doesn't work, the gcc-multilib package needs to be installed.
CC="gcc -m32" CXX="c++ -m32" ./configure --prefix=/home/buildslave/py2.6-32
This only seems to work for Python2.6. Any suggestions for 2.4 and 2.5?
Asmeurer 23:06, 30 December 2009 (UTC)
