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

Re: svn 1.7.1 cannot build in multilib system

From: appzer0 <appzer0_at_free.fr>
Date: Thu, 24 Nov 2011 20:01:54 +0100

>> + 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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.