Philip Martin wrote on Fri, Mar 04, 2011 at 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.
>
Thanks for the overview!
/me 's workaround has been $prefix/apache2/build/libtool --mode=execute env SHELL=$SHELL gdb --args ./subversion/svn/svn
(but the lt-$basename should be easier to work with)
> --
> Philip
Received on 2011-03-04 12:39:01 CET