On Fri, Dec 14, 2001 at 09:44:23AM -0800, Justin Erenkrantz wrote:
> On Fri, Dec 14, 2001 at 09:29:54AM -0800, Aaron Bannert wrote:
> > The -R flag shouldn't need to be solaris specific. Libtool interprets -R
> > and -rpath in the same way, and it turns it into whatever is appropriate
> > for the local linker. So just add -rpath (or -R if you prefer) always
> > for all platforms.
> 
> The problem is at this point in the configure test, we don't
> have libtool up.  =)  I thought about that.  But, I'm afraid 
> that if we don't put the platform specific option there and we
> do an AC_TRY_RUN with the -R flag, we'll die due to a bad
> runtime search path.  Am I wrong?  -- justin

Maybe I'm missing something, but I don't see how the library runtime
path would have any bearing on an AC test. It either links or it fails,
right?

-aaron

Reply via email to