Thomas Heller <[EMAIL PROTECTED]> added the comment:

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?

----------
nosy: +ronaldoussoren
title: atom sorting error when buiding ctypes -> atom sorting error when 
building ctypes

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2559>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to