GNU bug report logs - #8558
libtool must not depend on existence of system '/usr/lib*/*.la' files

Previous Next

Package: libtool;

Reported by: jason.vas.dias <at> gmail.com

Date: Tue, 26 Apr 2011 12:39:02 UTC

Severity: normal

Full log


Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mike Frysinger <vapier <at> gentoo.org>
To: jason.vas.dias <at> gmail.com
Cc: bug-libtool <at> gnu.org
Subject: Re: 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




This bug report was last modified 14 years and 115 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.