[Python-Dev] Adding a token

Ned Deily nad at acm.org
Sun Aug 8 08:27:25 CEST 2010


In article <4C5E2F7D.5080203 at canterbury.ac.nz>,
 Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Does anyone know if there's a way to tell Apple's linker to
> use a framework from a specific location and not go looking
> anywhere else?

I haven't tested it myself but you should be able to prevent problems 
like that by specifying a non-default framework name with the 
--with-framework-name= option to configure.  See Mac/README.

-- 
 Ned Deily,
 nad at acm.org



More information about the Python-Dev mailing list