>> + LDFLAGS='-L/usr/lib -L/lib'
> Why?
Because all of the 32-bit libs are in /lib and /usr/lib. The native
64-bit libs are in /lib64 and /usr/lib64 (which is the system default).
The system is fully multilib, i686 and x86_64 on a running 64-bit system.
> If you rerun the libtool command with --silent changed to --verbose
> you will see the link command. My guess is that you have an earlier
> Subversion installed in /usr/lib and your LDFLAGS cause the relink to
> use libsvn_subr from there instead of /tmp/build/subversion/usr/lib.
You are absolutely right. Uninstalling subversion to eliminate the
relink behaviour solved the problem.
Thank you very much, this is much apppreciated.
appzer0 - http://0.tuxfamily.org
Received on 2011-11-25 07:57:26 CET