Comment 2 for bug 187391

Revision history for this message
Jean-Paul Calderone (exarkun) wrote :

The gcc command line which produces the behavior is this:

gcc -c -O1 bugreport.c -o bugreport.o

The only unusual external requirement is Python.h from python2.4. It should be no problem to use the Python 2.5 version instead, just edit the #include.