[issue9053] distutils compiles extensions so that Python.h cannot be found

Jean-Paul Calderone report at bugs.python.org
Sat Aug 28 04:17:39 CEST 2010


Jean-Paul Calderone <invalid at example.invalid> added the comment:

exarkun at boson:~/Projects/python-signalfd/trunk$ PYTHONPATH= ~/Projects/python/branches/py3k/python setup.py build_ext -i
running build_ext
building 'signalfd._signalfd' extension
creating build
creating build/temp.linux-i686-3.2
creating build/temp.linux-i686-3.2/signalfd
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/exarkun/Projects/python/branches/py3k/Include -I/home/exarkun/Projects/python/branches/py3k -c signalfd/_signalfd.c -o build/temp.linux-i686-3.2/signalfd/_signalfd.o
gcc -pthread -shared build/temp.linux-i686-3.2/signalfd/_signalfd.o -o /home/exarkun/Projects/python-signalfd/trunk/signalfd/_signalfd.so
exarkun at boson:~/Projects/python-signalfd/trunk$

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9053>
_______________________________________


More information about the Python-bugs-list mailing list