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

Re: Subversion 1.2.0 Won't Compile

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-24 04:07:19 CEST

On May 23, 2005, at 7:20 PM, Patrick Ryan wrote:

>
> main.o(.text+0x3e1): In function `main':
> subversion/svnversion/main.c:243: undefined reference to
> `svn_ra_initialize'

This is a new symbol in svn 1.2. It means that your linker is
linking to already-installed (older) svn libraries, rather than the
one in the tree. My guess is it's because you have a buggy libtool,
which you picked up by running ./autogen.sh.

Another solution is to just remove (or move aside) the preinstalled
svn libraries.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 24 04:13:33 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.