Is any clang version known to work in PPC/Tiger?

Ryan Schmidt ryandesign at macports.org
Mon Apr 4 21:55:03 PDT 2016


On Apr 3, 2016, at 5:44 PM, César wrote:

> Can't executables be built statically without such requirement?

Unless you're talking about a static library you created for use only in your program, one doesn't really do static linking on OS X. It is not recommended. Especially not for OS-provided libraries. You will note that the OS does not even provide a static library equivalent of the dynamic library libc++.dylib (nor libstdc++.dylib for older systems) so it is not possible to statically link against it.




More information about the macports-users mailing list