Jeff, you'll want to use "./configure && make && make install" instead of what you have listed because && makes sure that the previous command ended without error before jumping to the next command in the sequence. Running make install when make failed doesn't make much sense.