This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: g++ unrecognized option for -R
- To: "Yen Ryan" <kjyen at hotmail dot com>
- Subject: Re: g++ unrecognized option for -R
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 14 May 2001 16:52:23 -0300
- Cc: gcc-help at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <F218Ea3ArLOW2AT3Ydh000064a0@hotmail.com>
On May 14, 2001, "Yen Ryan" <kjyen@hotmail.com> wrote:
> i'd like to use shared libraries with -R option
This option is not portable. It's actually a linker option, that GCC
accepts on a few targets for compatibility with the native compilers
of those platforms. In general, you should use -Wl,-R to pass the
flag directly to the linker, if the linker supports it. Sometimes
you'll find the spelling of the flag. The GNU linker accepts both
-rpath and -R.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me