On Tue, Aug 24, 2010 at 9:06 AM, Lisandro Dalcin <[email protected]> wrote:
> On 24 August 2010 12:42, Robert Bradshaw <[email protected]> wrote:
>>
>>> PS: I'm not sure about OS X. I do not expect framework Python builds to 
>>> work.
>>
>> Works for me (both with the System Python and with Sage's).
>>
>
> Are these framework builds? What's the value of
> distutils.sysconfig.get_config_var('LINKFORSHARED') in both Python's?
> I think I still need to improve this. Brian Granger is using EPD
> Python and the test does not link in his Mac, because of of wrong
> LINKFORSHARED.

System Python (looks like a framework to me):

>>> import distutils.sysconfig
>>> distutils.sysconfig.get_config_var('LINKFORSHARED')
'-u _PyMac_Error
/System/Library/Frameworks/Python.framework/Versions/2.6/Python'

Sage Python:

>>> import distutils.sysconfig
>>> distutils.sysconfig.get_config_var('LINKFORSHARED')
''

> PS: Robert, could you send me privately your Python's Makefile's?

Sure.

- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to