> The problem is: > > if we do "gcc -o conftest conftest.c", cc1 generates a temporary file > XXXXX%O which %O is not replaced by OBJECT_SUFFIX, but "as" expects a > temporary file XXXXX.o which does not exist and a different temporary file > is generated. > > Try this patch. > Thanks! I've installed this patch. jeff