Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>> Bryan Kadzban wrote:
>>> Bruce Dubbs wrote:
>>>> Seriously, I don't believe in multiboot. If I can't build a
>>>> 64-bit version of a package, then I don't need it. I should be
>>>> able to put libraries in the directories I want.
>>> Well, you are, of course, but this appears to be nothing more than
>>> fallout from violating the assumptions of all the various other
>>> packages -- in this case, that a 64-bit-mode link requires the .la
>>> files from /usr/lib64.
>>
>> Then, as you have said, it should look there first.
>
> Well, it does look there first; that's what's causing the warning
> message. You installed the libraries to /usr/lib (since the default
> --libdir is ${prefix}/lib), but libtool found them in /usr/lib64. :-)
But if it really looks in /usr/lib64, it will find the files. It only
should look in /usr/lib if it can't find them in /usr/lib64. The files
don't get moved. If it thinks it should be in /usr/lib, then it will
find them there too.
/usr/lib64 -> /usr/lib
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page