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

Re: Undefined symbols

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-02-05 21:57:57 CET

Dan Wilder <dan@ssc.com> writes:

> Failing procedure is:
>
> cd /usr/local/src/svn
>
> cd apr
> cvs update
> make clean
>
> cd ../neon
> make clean
> cd ..
>
> make distclean
> ./ssc/svn-works update
> ./configure --enable-maintainer-mode --disable-shared
> make

Do you have older libsvn_* libraries lying around /usr/local/lib, or
anywhere in your LD_LIBRARY_PATH? If so, libtool is probably trying
to link against them, and they're missing many symbols. Make sure you
have no shared svn libs anywhere.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:04 2006

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.