On Wed, Jan 09, 2013 at 06:53:49AM +0000, Jay K wrote: > > It is detecting if gcc understands switches like -m32, -m64, -arch ppc, etc.By fgreping error messages.If gcc is localized, it might be wrong. You could try explicitly setting $ENV to C during the calls to SYSTEM_CC in order to standardise the messages. -- hendrik