Mail Archives: pgcc/1999/03/18/07:17:45
Marc Palmans wrote:
>
> Knut Arne Storeide wrote:
> >
> *snip*
> > _fixtfdi
> > ./libgcc2.c:809: parse error before `a'
> > ./libgcc2.c: In function `__fixtfdi':
> > ./libgcc2.c:811: `a' undeclared (first use in this function)
> > ./libgcc2.c:811: (Each undeclared identifier is reported only once
> > ./libgcc2.c:811: for each function it appears in.
> > make[1]: *** [libgcc2.a] Error 1
> > make[1]: Leaving directory `/root/build/pgcc/gcc'
> > make: *** [all-gcc] Error 2
> > [root AT sartre pgcc]#
> >
> > I am not capable of determining what goes worng, but then I prefer Lisp
> > :-)
> > Anybody
> It shouldn't compile even those lines because the double type size of an
> i386 is
> 96 not 128. Maybe you configured for another target? (tm.h should
> contain
> i386/linux.h) Try running ./configure to see which target system type it
> chooses.
>
> Kind Regards,
> Marc Palmans
Well this is bizarre. I have configured pgcc for the i686-pc-linux-gnu
host/target, and tm.h _does_ include i386/linux.h
Knut Arne Storeide
- Raw text -