On Wed, Apr 27, 2011 at 4:58 PM, Ville Voutilainen <ville.voutilai...@gmail.com> wrote: > On 28 April 2011 00:56, Gabriel Dos Reis <g...@integrable-solutions.net> > wrote: >>> Seems to fall over itself in a bunch of places. C++ bootstrap smells >>> like a red herring >>> to me at this point. >> Hmm, do you mean GCC fails to bootstrap with C++ a compiler before your mods? > > I did make distclean, followed by > CC=g++ GCC=g++ CFLAGS=-fpermissive ../configure --prefix=/usr > --enable-languages=c,c++ > and then make. Before my mods. And it doesn't seem to get very far. >
My configuration command line is: /home/gdr/src/gcc.svn/configure --enable-languages=c,c++ --enable-build-with-cxx --disable-multilib --disable-nls and the builds is progressing quite very well with "g++". There is no need for manual setting of -fpermissive. -- Gaby