This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11257] Almost all libstdc++-v3 tests in testsuite fail
- From: "James dot W dot Mckelvey at jpl dot nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2003 14:56:04 -0000
- Subject: [Bug c++/11257] Almost all libstdc++-v3 tests in testsuite fail
- References: <20030619201246.11257.James.W.Mckelvey@jpl.nasa.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11257
------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov 2003-06-20 14:56 -------
Subject: Re: Almost all libstdc++-v3 tests in testsuite
fail
At 02:36 PM 6/19/2003, pinskia at physics dot uc dot edu wrote:
>PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11257
>
>
>
>------- Additional Comments From pinskia at physics dot uc dot
>edu 2003-06-19 21:36 -------
>Ok it looks like it is looking for libintl.so.2 which it cannot find.
>Where did you install libintl.so.2 and is it in you LD_LIBRARY_PATH?
It's installed on: /mnt/home3/utilities/lib/libintl.so.2
It's in the LD_LIBRARY_PATH. I can link to it manually via g++, and then
ldd shows it properly.
Thanks,
Jim McKelvey