This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/5291] Bad reference to build directory in libstdc++.la


------- Additional Comments From aoliva at gcc dot gnu dot org  2004-05-03 04:18 -------
Note that, on PA, the linker does indeed annotate an executable with the
location in which it found the library, but that's just a cache, it doesn't
require the library to be there in order to function.  Libtool knows about that,
and does the right thing when linking with a libtool library, but libgcc_s isn't
a libtool library, so libtool can't do much.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5291


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]