STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11222>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to