John Beranek <j...@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