This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: -R option into gcc act the same as -Wl,--rpath,?


On May 17, 2001, "Marty Leisner" <mleisner@eng.mc.xerox.com> wrote:

> Passing -R <path> to gcc makes the executable look in <path> for shared
> libraries...

That's for compatibility with native compilers that accept the same
option.  It's not something that GCC supports portably, so you may not
want to rely on that.

-- 
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


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