[issue28487] missing _math.o target in 2.7 Makefile

Skip Montanaro report at bugs.python.org
Thu Oct 20 11:09:58 EDT 2016


Skip Montanaro added the comment:

I'm not sure you understood my problem. Starting with

make distclean
./configure
make

the math and cmath modules fail to build  because Modules/_math.o is
missing. It's not a make thing. I did notice the cpython Makefile has a
target for Modules/_math.o and assumed that since it was missing from the
2.7 Makefile, that was the problem, but maybe not. Still, something is
fishy. Can you confirm that having my 2.7 repo depend on my cpython repo
should work? If that's the problem, I'd like to know. It certainly seems to
work for the other branches I build.

S

----------

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


More information about the Python-bugs-list mailing list