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

JavaHL Installation

From: Martin Samm <martin.samm_at_gmail.com>
Date: Tue, 2 Jul 2013 15:53:42 +0100

i'm building 1.6.23 on CentOS using:

./autogen.sh
./get-deps.sh
./configure --enable-javahl --with-jdk=/opt/IBM/WMBT800/jdk
make
make javahl
make install-javahl

it's all fine up until the very last part of 'install-javahl' when the
relink fails:

/usr/bin/ld: cannot find -lsvn_client-1
collect2: ld returned 1 exit status
libtool: install: error: relink `libsvnjavahl-1.la' with the above command
before installing it
make: *** [install-javahl-lib] Error 1

The relink looks fine compared to the main build command so i really dont
know why this would fail if the main build works?

Can anyone help?

-- 
Martin Samm
Received on 2013-07-02 17:11:51 CEST

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.