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 jszakmeister
Recipients jszakmeister
Date 2011-02-16.10:54:06
SpamBayes Score 8.7116454e-08
Marked as misclassified No
Message-id <1297853647.12.0.982749449302.issue11222@psf.upfronthosting.co.za>
In-reply-to
Content
I configured the build:
    ./configure --with-system-ffi --enable-shared --with-computed-gotos --prefix=$HOME/.local/python3 

Ran make with 4 jobs (make -j4), and got:
    make: *** No rule to make target `libpython3.2m.dylib', needed by `python.exe'.  Stop.
    make: *** Waiting for unfinished jobs....

It seems there might be a $(VERSION)/$(LDVERSION) problem somewhere in the Makefile, but I'm uncertain where the issue is exactly.  Looks like using --enable-framework instead of --enable-shared works, but I'd rather not have the framework right now.
History
Date User Action Args
2011-02-16 10:54:07jszakmeistersetrecipients: + jszakmeister
2011-02-16 10:54:07jszakmeistersetmessageid: <1297853647.12.0.982749449302.issue11222@psf.upfronthosting.co.za>
2011-02-16 10:54:06jszakmeisterlinkissue11222 messages
2011-02-16 10:54:06jszakmeistercreate