On Fri, 4 Feb 2005, Michael W Thelen wrote:
> I have a feeling I'm just missing something obvious, but here goes anyway...
>
> I haven't built Subversion from trunk in a while, but I just tried with
> gcc 3.4.4 on Linux. After running autogen.sh and configure
> --enable-maintainer-mode on a fresh checkout of the trunk, I get the
> following errors while linking the cmdline client:
>
> ../../../subversion/libsvn_ra/.libs/libsvn_ra-1.so: undefined reference
> to `svn_ra_local__init'
> ../../../subversion/libsvn_ra/.libs/libsvn_ra-1.so: undefined reference
> to `svn_ra_dav__init'
> ../../../subversion/libsvn_ra/.libs/libsvn_ra-1.so: undefined reference
> to `svn_ra_svn__init'
>
It might try to link against already installed RA libraries. Some versions
of libtool seem to have this problem. Try to move those libs away.
Regards,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 4 09:46:56 2005