This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/5291] Bad reference to build directory in libstdc++.la
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 May 2004 17:01:15 -0000
- Subject: [Bug libstdc++/5291] Bad reference to build directory in libstdc++.la
- References: <20020106074600.5291.schwab@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From danglin at gcc dot gnu dot org 2004-05-02 17:01 -------
> It might be harmless but rather annoying since linker command lines
> get longer and longer :-(
It's not harmless on the PA. If other libraries are built when the
build directory contains libraries, you can end up with a hardcoded
dependence on one or more libraries in the build directory. In the
case that I saw, it was to libgcc_s.sl.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5291