[19720] in Athena Bugs
Re: sun4 9.0.16: RPATH missing on Solaris 9.0 /usr/athena/lib/libesd.so.0
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Aug 29 00:47:06 2001
Message-Id: <200108290447.AAA20749@egyptian-gods.MIT.EDU>
To: Jered Floyd <jered@MIT.EDU>
cc: bugs@MIT.EDU
In-Reply-To: Your message of "28 Aug 2001 18:48:05 EDT."
<s56lmk3ls2i.fsf@vice-grips.mit.edu>
Date: Wed, 29 Aug 2001 00:47:02 -0400
From: Greg Hudson <ghudson@MIT.EDU>
> A follow-up on this: removing '-z ignore' from the link line allows
> my build to succeed. I'm mystified as to why this is the case,
> however,
A hypothesis: with "-z ignore", shared libraries are only pulled in if
they are referenced by a .o file or static library in the link, and
not if they are referenced by another shared library.
(And you're right, there's still a bug.)