You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by foren titze <fr...@gmx.net> on 2004/05/21 12:44:02 UTC

Kompile error: libtool

Hello,

can anyone help me with this error?
i use debian woody and would like to compile subversion 1.0.3 with neon and 
swig support.
but then i get this error:


------ completed all in apr-util
------ making all in neon
make[1]: Entering directory `/usr/src/subversion-1.0.3/neon'
cd src && make
make[2]: Entering directory `/usr/src/subversion-1.0.3/neon/src'
make[2]: Für das Target »all« gibt es nichts zu tun.
make[2]: Leaving directory `/usr/src/subversion-1.0.3/neon/src'

  Compilation complete. Run 'make install' (as root?) to install neon.

make[1]: Leaving directory `/usr/src/subversion-1.0.3/neon'
------ completed all in neon
cd subversion/mod_authz_svn && /bin/sh /usr/src/subversion-1.0.3/libtool 
--silent --mode=link gcc  -g -O2  -g -O2 -pthread  -DNEON_ZLIB  
-L/usr/local/BerkeleyDB.4.2/lib -L/usr/local/lib  -rpath  -avoid-version 
-module -o mod_authz_svn.la 
mod_authz_svn.lo ../../subversion/libsvn_subr/libsvn_subr-1.la -lz
libtool: link: only absolute run-paths are allowed
make: *** [subversion/mod_authz_svn/mod_authz_svn.la] Fehler

any solution?
thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Kompile error: libtool

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
foren titze wrote:
> i use debian woody and would like to compile subversion 1.0.3 with neon and
> swig support.

Take a look at apt-get.org or simply add
  deb http://www.backports.org/debian stable all
to your sources.list - it's much easier. ;)


> cd subversion/mod_authz_svn && /bin/sh /usr/src/subversion-1.0.3/libtool
> --silent --mode=link gcc  -g -O2  -g -O2 -pthread  -DNEON_ZLIB
> -L/usr/local/BerkeleyDB.4.2/lib -L/usr/local/lib  -rpath  -avoid-version
> -module -o mod_authz_svn.la
> mod_authz_svn.lo ../../subversion/libsvn_subr/libsvn_subr-1.la -lz

> libtool: link: only absolute run-paths are allowed

I'm not sure if that might be the case, but Debian explicitly depecates the 
use of rpath, maybe you need to configure with --disable-rpath.

Uli


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org