Re: svn 1.7.1 cannot build in multilib system

2011-11-24 Thread appzer0
+ 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 --sile

Re: svn 1.7.1 cannot build in multilib system

2011-11-24 Thread Philip Martin
appzer0 writes: > + LDFLAGS='-L/usr/lib -L/lib' Why? > libtool: install: (cd /tmp/subversion-1.7.1/subversion/libsvn_delta; > /bin/sh /tmp/subversion-1.7.1/libtool --tag CC --silent --mode=relink > gcc -m32 -O2 -march=i686 -pipe -pthread -D_LARGEFILE64_SOURCE -DNE_LFS > -Werror=implicit-functi

svn 1.7.1 cannot build in multilib system

2011-11-24 Thread appzer0
Hello, My distro is a full multilib capable system, it has 32-bits libs in /lib and /usr/lib and 64-bit libs in /lib64 and /usr/lib64. Subversion build system has never complained before, as I have an exotic multilib distro but it now fails (1.7.1), especially the 32-bit build : Below are th