Tagged Questions
4
votes
1answer
1k views
AIX 5.3 (ld-xlc) equivalent option Linux (ld-gcc) -rpath
My compiler:xlc version 10.1
Environment: AIX5.3
Linker: ld
When i work on Linux , with gcc (4.4.1) i use the following option
-Wl,-rpath
(-Wl for the linker options) it adds a directory to the ...