In article <[email protected]>, Greg Ewing <[email protected]> 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, [email protected] _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
