Changes between Initial Version and Version 1 of Ticket #63164, comment 3
- Timestamp:
- Jul 3, 2021, 3:53:44 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63164, comment 3
initial v1 1 I don't actually see where a fat library is breaking something here at the moment, that is fixed by using some other lipo... 1 I don't actually see where a fat library is breaking something here at the moment, that is fixed by using some other lipo...I'll look at your example file you uploaded. 2 2 3 3 In Iain's commit message he points out that gcc's newer libgcc.s.1.dylib trickery relies on the two-level namespace being active, and that can be disabled, potentially breaking the symbol finding, by setting a flat namespace during linking I suppose, or by using DYLD_LIBRARY_PATH.