This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc building on IRIX 6.3 12161207 IP32


On Nov 10, 2000, "Helge Dzierzon" <hdzierz@gwdg.de> wrote:

> IP32. After Having a lot of warnings the builing process stopped with 
> following message:

> cfe: Error: ../../../zip/gcc-2.95/gcc/f/bld.c, line 979: Syntax Error
>        return ({ double  lr;      lr = (ereal_unto_float ((((c)->u.real1)))) ; 
>      (ereal_cmp ((lr), ( dconst0)) == 0) ;    }) ;
>  --------------^

Use `make bootstrap'.  Only the C front-end can be built with a
compiler other than GCC.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]