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