gen-make and library dependencies
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-12 00:32:28 CEST
Hello
Erik Hülsmann has a problem with libraries, see
It boils down to ra_dav's use of neon and svnversion's use of
libs = libsvn_client $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS)
which generates a link command that links against all the Subversion
I think I can fix Erik's problem by adding NEON_LIBS as follows
libs = libsvn_client $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS)
as this causes a link command with the neon libs at the end. I don't
However the libs line for the svn program is
libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_subr
which includes additional Subversion libraries. Are these additional
The same question applies to other executables/libraries. Do they
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Aug 12 00:33:20 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.