Need help with library issue on x86_64

Rex Dieter rdieter at math.unl.edu
Wed Mar 15 21:12:50 UTC 2006


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




More information about the Fedora-maintainers mailing list