This is the mail archive of the gcc@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]

Re: How do I run "make check" in gcc with libstdc++-v3?


> 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?

Yup, you need to apply a system dependent patch to libgloss.exp (on my
system it located in /usr/local/share/dejagnu).

I posted comments and a version of the patch that works for me in:

http://sourceware.cygnus.com/ml/libstdc++/2000-q2/msg00245.html

It is very important to note that I have found NO patch which allows
checking g++ without first installing everything.  This is a clear
regression over libstdc++-v2.

Regards,
Loren

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