Ahhhhh. I see what you mean, thanks for clarifying -- I was mixed up
about shared linkage versus run-time dso loading.
So until we do that extra autoconf work to allow us to build a
complete-but-shared binary, we won't be able to run "make check"
before "make install" when we build shared. Hmmm. Okay for now,
needs to be corrected eventually though.
-K
Greg Stein <gstein@lyra.org> writes:
> They are *not* supposed to be in there. That is entirely correct.
>
> The libraries are dynamically loaded when needed. We don't depend upon the
> run-time link loader to do it (we make explicit calls).
>
> So... either install them, or set your LD_LIBRARY_PATH.
>
> The alternative is some more configuration work. Essentially, there are
> three ways for us to deal with the ra_* libraries:
>
> 1) link them all in, statically
> 2) link them all in, as shared libs
> 3) load them as shared libs
>
> Our current system implements (1) and (3). You were expecting (2), which we
> don't have without some autoconf stuff to allow selecting between 2 and 3
> when shared libs are built.
>
> Cheers,
> -g
>
> --
> Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:35 2006