[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8558: libtool must not depend on existence of system '/usr/lib*/*.la
From: |
Mike Frysinger |
Subject: |
bug#8558: libtool must not depend on existence of system '/usr/lib*/*.la' files |
Date: |
Tue, 26 Apr 2011 12:56:22 -0400 |
On Tue, Apr 26, 2011 at 08:38, Jason Vas Dias wrote:
> My 32-bit C++ libtool builds were failing because libtool incorrectly accessed
> /usr/lib64/gcc/x86_64-pc-linux-gnu/4.6.0/libstdc++v3.la ,
> which gcc installs for its 64-bit environment, NOT
> /usr/lib64/gcc/x86_64-pc-linux-gnu/4.6.0/32/libstdc++v3.la ,
> which gcc installs for its 64-bit environment.
you mean which gcc installs for its 32-bit env
> And I try to rebuild the 32-bit package from scratch, and it fails because
> libtool can
> find no system 'libstdc++v3.la' file.
most likely not a bug in libtool. something (probably a .la file) has
encoded a reference to the libstdc++ .la file. find that something
and fix it.
-mike