New submission from John Szakmeister <j...@szakmeister.net>:

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.

----------
components: Build
messages: 128647
nosy: jszakmeister
priority: normal
severity: normal
status: open
title: Python3.2rc3 fails to build on Mac OS X with a non-framework build
versions: Python 3.2

_______________________________________
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