vitamin wrote: > > > So I'm not sure what to do. Do I still need to test all of the remaining revisions by simply re-running them until I get to the end? It's working now, and I don't want to mess it up - so I apologize if this is a "stupid" question. Recompile and test again until you get that "first bad commit" message.[/quote] Ok, So I need to go back through, and: Code: CC="gcc-4.2 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v make sudo make install Do I need to reset git? Or just re-compile like above, and test ? Am I supposed to recompile after EVERY "test" ?