GNU bug report logs -
#8558
libtool must not depend on existence of system '/usr/lib*/*.la' files
Previous Next
Full log
View this message in rfc822 format
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
This bug report was last modified 14 years and 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.