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 ...
0
votes
1answer
168 views
linking a static c++ library built by gcc with a program compiled by xlC?
I have a third party static library that was built on AIX with gcc. When I try to link to that library using the xlC AIX compiler I get all sorts of unresolved symbols. I believe it is due to the ...