[issue11222] Python3.2rc3 fails to build on Mac OS X with a non-framework build

STINNER Victor report at bugs.python.org
Wed Feb 16 12:01:56 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Can you please attach your Makefile file?

In Makefile.pre.in, I see:

libpython$(VERSION).dylib: $(LIBRARY_OBJS)

VERSION should be 3.2, only LDVERSION is the VERSION + the ABI flags (eg. 3.2dm). And I don't see any usage of libpython$(LDVERSION).dylib in Makefile(.pre.in).

(You might also try "make SHELL='bash -x'" or "make -d" to get more information)

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list