[issue3588] sysconfig variable LINKFORSHARED has wrong value for MacOS X framework build

Matteo Bertini report at bugs.python.org
Wed Nov 5 01:06:39 CET 2008


Matteo Bertini <matteob at naufraghi.net> added the comment:

The solution I found is:

LINKFORSHARED = -u _PyMac_Error -framework Python

as in the Apple included Python Makefile

and

LDFLAGS += -F$(PYTHONFRAMEWORKPREFIX)

that makes linker use the right framework (not sure, but works with
MacPython installed)

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


More information about the Python-bugs-list mailing list