Orion Poplawski wrote:
Arjan van de Ven wrote:
usually just removing the dir entirely just works... the linker is not
stupid and does the right thing
While the linker is not stupid, this libtool is. It insists on scanning
a list of directories for the libraries and only linking with them if it
finds them.
I had a similar problem with gc/x86_64 awhile back. Updating the
auto*/libtool toolchain bits fixed it for me:
In %setup after any patches, I do:
cp -f %{_datadir}/aclocal/libtool.m4 .
libtoolize --copy --force
aclocal
automake
autoconf
-- Rex