>> + if [ "$CC" = "" ]; then >> + CC=`which cc` >> + if [ "$CC" = "" ]; then >> + CC=`which gcc` > use of 'which' is a fatal flaw in this patch. This is...somewhat uninformative. What's wrong with which? der Mouse mouse@rodents.montreal.qc.ca 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B