2009/5/25: > Hello, > > I am using gcc-4.4.0. I want to compile the libstdc++ library only from the gcc > sources. > > I go into the gcc directory and I do: > ./configure --enable-languages=c++ > make You could try adding --disable-bootstrap to the configure command. Jonathan