On Tue, Jul 2, 2013 at 10:53 AM, Martin Samm <martin.samm_at_gmail.com> wrote:
> 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
Grab my SRPM materials at
/https://github.com/nkadel/subversion-1.6.21-srpm. It's actually
updated to 1.6.23, I've just not renamed it. In particular, If you can
build the SRPM in your local environment, you have all the
dependencies for all the gnome wallet and kwallet features and java
configuration.
>
> 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-03 03:46:04 CEST