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 naufraghi
Recipients khinsen, naufraghi
Date 2008-11-05.00:06:37
SpamBayes Score 0.00012939694
Marked as misclassified No
Message-id <1225843599.03.0.817356146321.issue3588@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-11-05 00:06:39naufraghisetrecipients: + naufraghi, khinsen
2008-11-05 00:06:39naufraghisetmessageid: <1225843599.03.0.817356146321.issue3588@psf.upfronthosting.co.za>
2008-11-05 00:06:37naufraghilinkissue3588 messages
2008-11-05 00:06:37naufraghicreate