IRIX inheriting RPATH of libraries

2003-07-21 Thread Albert Chin
Ugh! Looks like IRIX will inherit the RPATH of a library. So, say program foo is linked against libbar2.so and libbar2.so is dependent on libbar1.so. At build time, the runtime path of the .libs directory containing libbar1.so will be added to the RPATH entry of libbar2.so. Then, when program foo

Re: IRIX inheriting RPATH of libraries

2003-07-21 Thread Albert Chin
On Mon, Jul 21, 2003 at 11:37:27AM -0500, Albert Chin wrote: Ugh! Looks like IRIX will inherit the RPATH of a library. So, say program foo is linked against libbar2.so and libbar2.so is dependent on libbar1.so. At build time, the runtime path of the .libs directory containing libbar1.so will

Re: IRIX inheriting RPATH of libraries

2003-07-21 Thread Tim Mooney
In regard to: IRIX inheriting RPATH of libraries, Albert Chin said (at...: Ugh! Looks like IRIX will inherit the RPATH of a library. So, say program foo is linked against libbar2.so and libbar2.so is dependent on libbar1.so. At build time, the runtime path of the .libs directory containing

Re: IRIX inheriting RPATH of libraries

2003-07-21 Thread Albert Chin
On Mon, Jul 21, 2003 at 05:02:45PM -0500, Tim Mooney wrote: In regard to: IRIX inheriting RPATH of libraries, Albert Chin said (at...: Ugh! Looks like IRIX will inherit the RPATH of a library. So, say program foo is linked against libbar2.so and libbar2.so is dependent on libbar1.so