This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: -R gcc option?



carlos@pehoe.civil.ist.utl.pt said:
> Does current gcc supports, plans to support  the -R/path/lib
> directives, as in Sun Operating  Systems? This seems to me as a very
> useful  and elegant way of solving the shared library dependency
> problem at runtime! 

No it does not.

To the best of my knowledge, there seems to be a strong opposition
against this, while I do not really see why... I agree with you that
this is also a nice thing to have instead (mostly for Makefile
portability reasons) of having to pass the proper -Wl,XXX option. If I
remember well, among gcc developpers, Alexandre Oliva was the only one
to find adding support for "-R" was a good idea...

	Theo.

--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------



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