This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: INT_ASM_OP undeclared
----- Original Message -----
From: "Alexandre Oliva" <aoliva@redhat.com>
To: "Vu Pham" <vu@sivell.com>
Cc: <gcc-help@gcc.gnu.org>
Sent: Sunday, May 20, 2001 12:41 PM
Subject: Re: INT_ASM_OP undeclared
> On May 20, 2001, "Vu Pham" <vu@sivell.com> wrote:
>
> > gcc.c: 2706: `RUSAGE_CHILDREN undeclared' ( first use in this function )
>
> Start over in a clean build tree. Lots of configure tests must have
> gone wrong, polluting the cache with incorrect values.
Yes, I rm -r the old directory tree, tar to extract again, ./configure &
make then got that error.
Vu