> > This is a bug in the binutils testsuite and has been fixed upstream. > Apparently gcc folks decided that exception_defines.h is now a private > header and should not be directly included. Heres the upstream patch > that fixed this one for me. > > > =================================================================== > RCS file: /cvs/src/src/ld/testsuite/ld-elf/new.cc,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -u -r1.1 -r1.2 > --- src/ld/testsuite/ld-elf/new.cc 2007/01/16 14:56:32 1.1 > +++ src/ld/testsuite/ld-elf/new.cc 2011/02/23 22:37:48 1.2 > @@ -1,5 +1,4 @@ > #include <new> > -#include <exception_defines.h> > > using std::bad_alloc;
Thank You. I'll try that tonight. --Chris -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
