[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A possible bug in libtool?
From: |
Ralf Wildenhues |
Subject: |
Re: A possible bug in libtool? |
Date: |
Tue, 4 Apr 2006 13:33:34 +0200 |
User-agent: |
Mutt/1.5.11 |
Hi George,
* George R Goffe wrote on Tue, Apr 04, 2006 at 01:26:39PM CEST:
>
> I've been trying to build the "cvs" version of subversion and have
> been getting the following error. Is this a bug in libtool?
I believe not. Let's look closely:
> cd subversion/mod_dav_svn && /bin/bash
> /tools/subversion/svn-cvs/libtool --tag=CC --silent --mode=link gcc
> -all-static -g -g -Wall -pthread -D_LARGEFILE64_SOURCE -DNE_LFS
> -rpath -avoid-version -module -o mod_dav_svn.la activity.lo
There is an argument missing after `-rpath'.
If you use a Makefile for building, this may happen because
of some make variable that is inadvertently empty though it
should not be, or a similar error.
> deadprops.lo file_revs.lo liveprops.lo lock.lo log.lo merge.lo
> mod_dav_svn.lo replay.lo repos.lo update.lo util.lo version.lo
> ../../subversion/libsvn_repos/libsvn_repos-1.la
> ../../subversion/libsvn_fs/libsvn_fs-1.la
> ../../subversion/libsvn_delta/libsvn_delta-1.la
> ../../subversion/libsvn_subr/libsvn_subr-1.la -lz
> libtool: link: only absolute run-paths are allowed
Hmm, we may want to make this error message a bit more verbose.
Cheers,
Ralf