Ned Deily <[email protected]> added the comment:

It's not exactly the same issue but I think it is closely related since 
effectively both document the need for setup.py to build with a non-default 
system root (or SDK) and some of the hardcoded paths should be being satisfied 
from the SDK.  So at least parts of the more general solution should apply to 
OS X builds and potentially vice versa.

Yes, Apple's documentation of -isysroot, -syslibroot, and --sysroot leave a lot 
to be desired. My guess is that --sysroot was added independently by GNU and 
doesn't seem to be useful here.  And, as best I can tell on 10.4 to 10.6, 
-syslibroot gets added automatically when -isysroot is supplied. Is that your 
understanding as well?  I also see the man page for gcc discusses -isystem 
which sounds like it might be helpful if it actually works.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue7724>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to