[Python-Dev] Distutils and -framework on MacOSX (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Mar 29 11:37:40 CEST 2007


Has anyone found a way of persuading distutils to pass MacOSX -framework options properly when linking?

Using extra_link_args doesn't work, because they need to be at the beginning of the command line to work properly, but extra_link_args gets put at the end. And extra_compile_args is only used when compiling, not linking.

-- Greg



More information about the Python-Dev mailing list