Changes between Initial Version and Version 1 of Ticket #68329, comment 17


Ignore:
Timestamp:
Oct 21, 2023, 4:36:23 AM (9 months ago)
Author:
markmentovai (Mark Mentovai)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68329, comment 17

    initial v1  
    8686
    8787So perhaps the solution is to patch MacPorts gcc to handle this situation, to go along with the `--with-darwin-extra-rpath` patch, since that’s really the underlying cause: if a single `-Wl,-rpath` matching the `--with-darwin-extra-rpath` is found, let the first one ride and omit the rest.
     88
     89Or maybe, adopt the simpler approach of just ignoring a duplicate `-rpath` heading to the linker, which the `ld-classic` says it’s going to do anyway but isn’t actually doing.