[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion dso dependency?

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-02-17 14:10:01 CET

On Sat, Feb 17, 2001 at 01:00:14AM -0800, Greg Stein wrote:
>...
> *) I'll skip DSO usage in SVN if APR doesn't provide it; if it does, and
> shared libs are built, then SVN will dynload RA modules; if shared libs
> are not built, then we static link against the RA libs. At some point,
> we'll also have a switch to enable linking against shared libs and skip
> using DSOs.

Okay... this is all done.

With some future configure.in magic, we could also decide to link the client
against shared libs. But for now, shared means dynload. Lack of shared means
link.

If we attempt to dynload, but can't find the module, then we just can't
handle the particular URL scheme.

If shared modules are built, yet APR does not define APR_HAS_DSO, then the
client won't be able to do anything :-). We'd want to have that "link
against a shared lib" switch for those guys.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:22 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.