This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.4.0 fails to boot with a non-GCC C compiler
On Wed, Apr 07, 2004 at 12:43:30PM -0700, Joe Buck wrote:
> configure correctly detects that the compiler does not support "inline".
> And, in fact, the generated auto-host.h has
>
> #define inline
You're looking at the wrong configure output. There's another
configure and a config.h in the intl subdirectory. And the
config.h there *is* supposed to be included.
r~