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

Re: gen-make and library dependencies

From: Sergey A. Lipnevich <sergey_at_optimaltec.com>
Date: 2003-08-12 01:48:23 CEST

Could you please clarify? See below.

Philip Martin wrote:
> It boils down to ra_dav's use of neon and svnversion's use of
> gen-make. In build.conf svnversion has
>
> libs = libsvn_client $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS)
>
> which generates a link command that links against all the Subversion
> libraries and their dependencies. The problem is that libsvn_client
> pulls in libsvn_ra_dav (through libsvn_ra) which pulls in neon. With
libsvn_ra doesn't pull in any libsvn_ra_* libraries on UNIX, instead it
loads them at runtime when client walks the list of supported RA
protocols. Are you saying it's different on Windows?

> the libs line above the neon libraries appear in the middle of the
> link, and in Erik's case that upsets the subsequent Subversion
> libraries.

Thanks!

Sergey.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 12 01:49:07 2003

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.