Tagged Questions
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 ...