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

Re: Undefined symbols: svn_ra_*__init

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-02-04 09:46:18 CET

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

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.