Greg A. Woods
Greg A. Woods
I've just encountered what I suspect is a similar problem, but with the osxcross binaries themselves (though perhaps that's what you mean by "clang toolchain"). Unfortunately I don't seem to...
I guess I've been spoiled by the BSDs. The Linux systems I'm testing on do not have the shared library for `libcrypto` installed correctly, and clearly neither does yours. The...
Hmmm... and then there's this: [Linking to SSL shared library of different versions ](https://stackoverflow.com/q/20483501/816536) So, let's ignore the libcrypto issue for the moment and focus on the issue of getting...
Personally I would always choose static linking of all things, but especially things which are part of the same project, and probably also things with unstable and otherwise poor APIs...
So, I think I've solved almost all of the issues in making the osxcross tools somewhat more relocatable. However what remains is that compiled programs requiring the the compiler runtime...
_[[updated from first post with new arbitrary relocation support]]_ It seems the osxcross tools can be relocated to any directory IFF they are built and linked with a library runtime...
I would strongly suggest that `build_clang.sh` should only install into the build directory it is working in (unless otherwise explicitly directed), and it should then set things up to use...
I'm working a little more closely with `git up` again, so I'll have another look at this and see if I can reproduce it.
I have the same error with an ISO image either on NFS or in my `~/Downloads` directory with my first attempt to use UTM. Many apps now encounter permissions errors...
Explicitly adding UTM to the list of apps with "Full Disk Access" in "Privacy & Security" settings doesn't help (unsurprisingly since it is actually the QEMU program that's getting the...