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

Reply via email to