Changes between Initial Version and Version 1 of Ticket #63480, comment 3


Ignore:
Timestamp:
Sep 13, 2021, 1:58:49 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63480, comment 3

    initial v1  
    33This is the error we see caused by the new libgcc_s.1.dylib in gcc7 conflicting with the old libgcc_s.1.dylib in /usr/lib.
    44
    5 We saw the same error in several (but not all) gcc7 builds. The exact nature of what causes it is not 100% clear to me at least, but it did not happen with gcc 7.4.0 and it does happen since then.
     5We saw the same error in several (but not all) software linked against libgcc7. The exact nature of what causes it is not 100% clear to me at least, but it did not happen with gcc 7.4.0 and it does happen since then.
    66
    77There are two fixes I know of. Build with static-libgcc (I believe that will work, haven't actually done it to prove it) or use DYLD_LIBRARY_PATH set to /opt/local/lib/libgcc. Or use gcc 7.4.0.