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 8:48 AM
Subject: Re: INT_ASM_OP undeclared
> On May 20, 2001, "Vu Pham" <vu@sivell.com> wrote:
>
> > ./config/i386/i386.c:3115: `INT_ASM_OP' undeclared ( first use in this
> > function ).
>
> > How can I fix it ?
>
> Which configure options did you use? What does config.guess print on
> your machine?
>
I use the default one, i.e, ./configure and then make.
My system is an AMDK6/2. After upgrading to 2.4.3 and their required
packages, for some reason, config.guess returns 1, and echo nothing, so I
edit directly the config.guess to return "i586-pc-linux-gnuaout".
Also, I compile this package on Solaris 8x86, same gcc, and I got the same
error.
Thanks,
Vu