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

Re: Libtool error in current CVS.

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-28 08:51:48 CEST

On Tue, Mar 27, 2001 at 10:14:05PM -0800, Mo DeJong wrote:
> Is anyone else seeing this?

Nope :-)

> /bin/sh ../../libtool --silent --mode=link gcc -pthread -o
> libsvn_ra_local.la -rpath /usr/local/lib ra_plugin.lo split_url.lo
> checkout.lo update.lo -L../../subversion/libsvn_fs/.libs -lsvn_fs
> -L../../subversion/libsvn_delta/.libs -lsvn_delta
> -L../../subversion/libsvn_subr/.libs -lsvn_subr -lm -lcrypt -lnsl -ldl
> -L/home/mo/project/build/subversion/db/dist -ldb
> ../../libtool: ../../subversion/libsvn_fs/.libs: No such file or directory
> libtool: link: cannot determine absolute directory name of
> `../../subversion/libsvn_fs/.libs'
> make[3]: *** [libsvn_ra_local.la] Error 1
> make[3]: Leaving directory
> `/usr/local/project/build/subversion/subversion/libsvn_ra_local'
> make[2]: *** [all-recursive] Error 1

Did you try to build libsvn_ra_local before libsvn_fs? Maybe on your system,
libsvn_fs and libsvn_ra_local aren't being built (due to missing -ldb), yet
you went into a directory and tried to build one?

The indicator here is the missing .libs subdir of libsvn_fs. That would
imply that libsvn_fs hasn't been built.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:26 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.