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

Re: Breakage on trunk?

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 04 Mar 2011 11:18:33 +0000

John Beranek <john_at_redux.org.uk> writes:

> Oh, this is for a run of an installed copy of svnserve, as I don't have a:
>
> subversion/tests/libsvn_client/.libs/lt-client-test
>
> only:
>
> subversion/tests/libsvn_client/client-test
> [A wrapper script I can't run with gdb]
>
> subversion/tests/libsvn_client/.libs/client-test
> [An executable that doesn't find its libraries]

Building creates the libtool wrapper scipt client-test and the
executable .libs/client-tests. The executable is one that will be
installed and is linked to libraries in the install path.

If you run the libtool wrapper script it creates a second, temporary
executable .libs/lt-client-test. This is linked to libraries in the
build directory. This is one you debug.

-- 
Philip
Received on 2011-03-04 12:19:12 CET

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.