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++/6243] testsuite fails almost all tests due to no libintl in LD_LIBRARY_PATH during test.


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From tilps@hotmail.com  2003-05-25 05:06 -------
I dont think this is the case.
LD_LIBRARY_PATH is the correct environment variable, unlike on irix.  The issue
here is really that LD_LIBRARY_PATH is being replaced rather then prepended too.
Therefore the LD_LIBRARY_PATH which i have setup is ignored.  Without the
existing LD_LIBRRARY_PATH, there is no way for things to succeed as the
libraries which gcc depends on, may not be found by the loader.  libintl is not
a standard library on these machines, I compiled it myself - and as a user
without root access, i have set up a fairly extensive set of programs living in
my home directory.  For this reason I think the testsuite should respect
existing LD_LIBRARY_PATH.

I am however recompiling a new copy of gcc for the purposes of testing it again.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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