Re: [Pythonmac-SIG] Delete load command (install name) from dylib?

2016-07-02 Thread Matthew Brett
On Sat, Jul 2, 2016 at 12:27 PM, Ronald Oussoren wrote: > Fixing the VTK build would be the best way to fix this issue, but from my > rather hazy memory building it might not be easy. If they'd use distutils > for building life would be much easier here, and IIRC python-config also > returns t

Re: [Pythonmac-SIG] Delete load command (install name) from dylib?

2016-07-02 Thread Ronald Oussoren
Fixing the VTK build would be the best way to fix this issue, but from my rather hazy memory building it might not be easy. If they'd use distutils for building life would be much easier here, and IIRC python-config also returns the right linker flags. I don't have time to look into modifying

Re: [Pythonmac-SIG] Delete load command (install name) from dylib?

2016-07-02 Thread Matthew Brett
Hi, On Sat, Jul 2, 2016 at 6:58 AM, Ronald Oussoren wrote: > I don't think this is possible with macholib, py2app is the primary use case > for developing macholib and doesn't need this functionality. > > Why do you want to do this? I'd expect there to be a real dependency on the > library (by

Re: [Pythonmac-SIG] Delete load command (install name) from dylib?

2016-07-02 Thread Ronald Oussoren
I don't think this is possible with macholib, py2app is the primary use case for developing macholib and doesn't need this functionality. Why do you want to do this? I'd expect there to be a real dependency on the library (by using a symbol from it) and removing the load command would just ca