Re: Reason for rpath usage on arm64

2022-05-29 Thread Ryan Schmidt
On May 24, 2022, at 10:22, Ken Cunningham wrote: > >> Does anyone know why things seem to be using rpath on arm64 builds > > Basically, it comes down to the fact that Apple has disallowed > DYLD_LIBRARY_PATH to work on newer systems. > So gcc is installing it’s libraries with the @rpath linkage

Re: privoxy-pki-bundle not Behaving as Desired – Request for Assistance

2022-05-29 Thread Ryan Schmidt
On May 24, 2022, at 15:31, Daniel J. Luke wrote: > On May 24, 2022, at 3:56 PM, Ryan Schmidt wrote: >> I wouldn't recommend anyone begin writing any code until it is discussed how >> the feature should work. That should avoid spending time writing code that >> won't work. > > sure, if someone w

Re: Reason for rpath usage on arm64

2022-05-29 Thread Ken Cunningham
ah yes, your question was arm64-specific so that led to the gcc assumption. the way the cmake PG configures cmake breaks testing on all archs and systems. this comes up regularly, eg https://lists.macports.org/pipermail/macports-dev/2021-September/043754.html Perhaps it might beneficially be ch

Re: Reason for rpath usage on arm64

2022-05-29 Thread Ryan Schmidt
On May 30, 2022, at 01:01, Ken Cunningham wrote: > ah yes, your question was arm64-specific so that led to the gcc assumption. > > the way the cmake PG configures cmake breaks testing on all archs and systems. It worked for me on Catalina x86_64 but not on Big Sur arm64, and I was trying to und