public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc building on IRIX 6.3 12161207 IP32
@ 2000-11-10  6:07 Helge Dzierzon
  2000-11-10 10:55 ` Alexandre Oliva
  2000-11-10 12:35 ` Toon Moene
  0 siblings, 2 replies; 3+ messages in thread
From: Helge Dzierzon @ 2000-11-10  6:07 UTC (permalink / raw)
  To: gcc-help

Hi helpers,

I tried to build the gcc-compiler on a IRIX ufobi8 6.3 12161207 
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) ;    }) ;
 --------------^
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) ;    }) ;
 ----------------------------------------------------------------------------------
-------------------------------------------^


etc.


I had a look at "bld.c" but I'm very sure that I don't understand the 
trouble of the compiler. 


TU

Helge

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gcc building on IRIX 6.3 12161207 IP32
  2000-11-10  6:07 gcc building on IRIX 6.3 12161207 IP32 Helge Dzierzon
@ 2000-11-10 10:55 ` Alexandre Oliva
  2000-11-10 12:35 ` Toon Moene
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2000-11-10 10:55 UTC (permalink / raw)
  To: Helge Dzierzon; +Cc: gcc-help

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gcc building on IRIX 6.3 12161207 IP32
  2000-11-10  6:07 gcc building on IRIX 6.3 12161207 IP32 Helge Dzierzon
  2000-11-10 10:55 ` Alexandre Oliva
@ 2000-11-10 12:35 ` Toon Moene
  1 sibling, 0 replies; 3+ messages in thread
From: Toon Moene @ 2000-11-10 12:35 UTC (permalink / raw)
  To: Helge Dzierzon; +Cc: gcc-help

Helge Dzierzon wrote:

> I tried to build the gcc-compiler on a IRIX ufobi8 6.3 12161207
> 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
  ^^^ This is it.

You're trying to build the Fortran Frontend of GCC using the IRIX
compiler - that won't work; the FFE can only be build using gcc.

Use `make bootstrap' instead of just `make' in the build directory to
get this right.

This _is_ explained in the installation notes, though :-)

Cheers,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-11-10 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-10  6:07 gcc building on IRIX 6.3 12161207 IP32 Helge Dzierzon
2000-11-10 10:55 ` Alexandre Oliva
2000-11-10 12:35 ` Toon Moene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).