This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC, -rdynamic option is unrecognized by GCC.


On 2010-01-01 15:26Z, Claude Sylvain wrote:
> 
> 	- How come Cygwin GCC do not still support "-rdynamic" option?

http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html
| Pass the flag -export-dynamic to the ELF linker,
| on targets that support it.

Cygwin uses PE, not ELF.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]