>>>>> "Rich" == K Richard Pixley <[EMAIL PROTECTED]> writes:
Rich> AC_PROG_CC tries to link an executable in order to determine
Rich> whether the C compiler is functional. But, of course, at this
Rich> point in my toolchain development, I haven't yet built a crt0.o
Rich> as it's in *this* directory, which can't be built until after
Rich> it's configured.
In the gcc/libgcj tree we have our own macro which overrides
AC_PROG_CC (and provides it) and avoids this check.
It would be nice if we could specify that we want to do this, in those
(few) odd situations where it is important.
Tom