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 theller
Recipients ronaldoussoren, skip.montanaro, theller
Date 2008-04-11.16:43:42
SpamBayes Score 0.055298027
Marked as misclassified No
Message-id <1207932223.79.0.472223042402.issue2559@psf.upfronthosting.co.za>
In-reply-to
Content
I see this also, on Leopard x86. The linker error is not printed on
Tiger PPC.  At least, the ctypes test suite does work ok so it may be
that it can be ignored.

Googling for this error, I find that it may be related to linker changes
that Apple has made.
One suggestion I found was to link with ld_classic instead of ld;
another was to pass the -dynamic flag instead of -bundle.  However, I do
not known how this can be done in setup.py.

The libffi sources in Python svn were copied from the PyObjC sources;
maybe Ronald has a clue?
History
Date User Action Args
2008-04-11 16:43:44thellersetspambayes_score: 0.055298 -> 0.055298027
recipients: + theller, skip.montanaro, ronaldoussoren
2008-04-11 16:43:43thellersetspambayes_score: 0.055298 -> 0.055298
messageid: <1207932223.79.0.472223042402.issue2559@psf.upfronthosting.co.za>
2008-04-11 16:43:43thellerlinkissue2559 messages
2008-04-11 16:43:42thellercreate