+ 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
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
2 matches
Mail list logo