This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
what does -rdynamic means?
- To: help-gcc at gnu dot org
- Subject: what does -rdynamic means?
- From: "Lee,Sang-Yong" <sylee at linuxkorea dot co dot kr>
- Date: Thu, 25 Nov 1999 05:54:25 GMT
- Newsgroups: gnu.gcc.help
- Organization: Linux Korea
- Reply-To: sylee at linuxkorea dot co dot kr
- Xref: wodc7nx0 gnu.gcc.help:1962
Greetings...
I guess ld link dynamically executable program with shared objects
without gcc options(ld options?) "-rdynamic".
I don't know why we use -rdynamic and in which purpose it is used
excatly..
Could anybooud explain it to me?
Thanks.