This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How do I run "make check" in gcc with libstdc++-v3?
- To: egcs at egcs dot cygnus dot com
- Subject: How do I run "make check" in gcc with libstdc++-v3?
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Fri, 12 May 2000 16:16:41 -0700
When I configured gcc with
--enable-libstdcxx-v3 --enable-shared --enable-threads=posix
Many g++ tests in gcc failed since dejagnu couldn't find libstdc++
in libstdc++-v3. Did I miss something?
Thanks.
H.J.