This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients jszakmeister, ronaldoussoren, sdaoden, vstinner
Date 2011-02-16.11:01:55
SpamBayes Score 0.0019035166
Marked as misclassified No
Message-id <1297854116.3.0.675458573924.issue11222@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2011-02-16 11:01:56vstinnersetrecipients: + vstinner, ronaldoussoren, jszakmeister, sdaoden
2011-02-16 11:01:56vstinnersetmessageid: <1297854116.3.0.675458573924.issue11222@psf.upfronthosting.co.za>
2011-02-16 11:01:55vstinnerlinkissue11222 messages
2011-02-16 11:01:55vstinnercreate