[Pythonmac-SIG] -Wl, -x in distutils module linking causes crashes

Ronald Oussoren oussoren at cistron.nl
Tue Sep 23 02:07:54 EDT 2003


On 23 sep 2003, at 1:48, Bob Ippolito wrote:
>
> Speaking of distutils problems, I get annoyed on a regular basis by 
> the voodoo you have to type to get frameworks in the picture.. either 
> something like:
>             extra_link_args=[
>                 "-Wl,-framework","-Wl,Carbon",
>                 "-Wl,-framework","-Wl,CoreFoundation",
>                 "-Wl,-framework","-Wl,ApplicationServices",
>             ],
>
I use  <quote> extra_link_args = ( '-framework', 'Foundation' ) 
</quote> in PyObjC and that seems to work just fine.

Ronald




More information about the Pythonmac-SIG mailing list