🔍
🏠
Stack Overflow
🎲
Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
Equivalent -rdynamic flag in xlc compiler
Asked
Apr 20 '18 at 15:55
Active
Apr 20 '18 at 15:55
Viewed
100 times
1
Is there an equivalent to the -rdynamic flag (gcc) into xlc compiler in AIX?
Thank you.
aix
dynamic-loading
xlc
asked Apr 20 '18 at 15:55
Bob
11
1
2
You can use option `-Wl,-bexpall` or you can create an _export file._
–
Lorinczy Zsigmond
Apr 20 '18 at 16:51
0 Answers
0