Michael Blume added the comment:
-fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
-I. -IInclude -I./Include -DPy_BUILD_CORE
--
___
Python tracker
<http://bugs.python.org/issue9
Michael Blume added the comment:
The commands I issued to build were just
./configure
make
make install
These machines were both fairly vanilla setups, so I don't think there should
have been any strange flags going to the compiler.
--
___
P
New submission from Michael Blume :
After building Python 2.7 on two separate X68 Ubuntu boxes, test_gdb failed
both times.
./configure
make
make test
output follows:
test_gdb
test test_gdb failed -- Traceback (most recent call last):
File "/home/mike/workspace/Python-2.7/Lib