rpath argument change in GCC / LD

Ken Cunningham ken.cunningham.webuse at gmail.com
Mon Feb 4 05:22:56 UTC 2019


My understanding is that this should not work:

-Wl,-rpath=“DIR”

But these two are functionally the same, assuming they are not reordered.

-Wl,-rpath -Wl,”DIR”

or 

-Wl,-rpath,”DIR”

Both are sent to the linker as two options sequentially:

-rpath “DIR”


Ken


More information about the macports-dev mailing list