Re: [Pythonmac-SIG] Static Linking...

2013-05-24 Thread Ronald Oussoren
On 24 May, 2013, at 1:41, Chris Barker - NOAA Federal wrote: > As a side note to the main thread about dependencies: > > How can I static link? It is a lot easier when there is only a static archive in a directory and no dylib (that is build libpng with --enable-static --disable-shared). In

[Pythonmac-SIG] Static Linking...

2013-05-23 Thread Chris Barker - NOAA Federal
As a side note to the main thread about dependencies: How can I static link? I"ve struggled for literally years to get gcc to statically link, but it tries really hard to dynamically link instead. I have written way too many scripts that move or re-name dynamic libs temporarily while building, t