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?


On Mon, May 15, 2000 at 05:23:33PM -0500, Loren James Rittle wrote:
> > 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.

Have you tried

http://www.lucon.org/gcc/3.0/gcc-3.0-libstc++-v3.patch

It works for me.



H.J.

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