Anthony Newnam <anth...@bnovc.com> writes: > Should I do something like a binary svn search between revisions > 124707 and 132947? It takes such a long amount of time to compile g++, > almost a half an hour with my quad core, that it didn't seem practical > try to do build so many times. I guess there is probably a way to > build g++ without the rest of gcc, but I haven't seen an option for > it.
configure with --disable-bootstrap --enable-languages=c,c++. Doing a make shouldn't take anything like half an hour on a quad core. Ian