public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-980308 bombs on IRIX 5.3
@ 1998-03-09 12:52 Mike Sullivan
  1998-03-10 16:30 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Sullivan @ 1998-03-09 12:52 UTC (permalink / raw)
  To: egcs

Somewhere an invalid flag is creeping into the makefiles 

I get

        cc  -DIN_GCC    -g   -o ../cc1plus \
              call.o decl.o errfn.o expr.o pt.o sig.o typeck2.o  class.o
decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o 
except.o friend.o init.o method.o search.o tree.o xref.o repo.o `cat
../stamp-objlist` ../c-common.o ../c-pragma.o `if [ xobstack.o != x ];
then echo ../obstack.o; else true; fi` `case "cc" in "cc") if [
xalloca.o != x ]; then echo ../alloca.o; else true; fi ;; esac` `if [ x
!= x ]; then echo ../; else true; fi` -lmld -lmalloc
        make -f f/Makefile "AR_FLAGS=rc"  "AR_FOR_TARGET=ar" 
"BISON=bison"  "BISONFLAGS="  "CC=cc"  "CFLAGS=-g"  "CLIB=-lmld
-lmalloc"  "GCC_FOR_TARGET=/nfs/disk10/people/mike/egcs-980308/gcc/xgcc
-B/nfs/disk10/people/mike/egcs-980308/gcc/"  "LDFLAGS="  "LEX=lex" 
"LEXFLAGS="  "LN=ln"  "LN_S=ln -s" 
"MAKEINFO=/nfs/disk10/people/mike/egcs-980308/texinfo/makeinfo/makeinfo
"  "MAKEINFOFLAGS="  "RANLIB_FOR_TARGET=true"  "RANLIB_TEST_FOR_TARGET=[
-f /usr/local_elf/mips-sgi-irix5.3/bin/ranlib ]"  "SHELL=/bin/sh" 
"STAGE_PREFIX="  "exeext="  "build_exeext="  "objext=.o" 
"exec_prefix=/usr/local_elf"  "prefix=/usr/local_elf" 
"local_prefix=/usr/local_elf" 
"gxx_include_dir=/usr/local_elff/include/g++" 
"tooldir=/usr/local_elf/mips-sgi-irix5.3"  "bindir=/usr/local_elf/bin" 
"libsubdir=/usr/local_elf/lib/gcc-lib/mips-sgi-irix5.3/egcs-2.91.13"
VPATH=. srcdir=. f771
        cc -c  -DIN_GCC   -g  -W -Wall    -If -I./f -I. -I. -I./config
f/bad.c -o f/bad.o
cc: Error: malformed or unknown option: -W
*** Error code 2 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)

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

* Re: egcs-980308 bombs on IRIX 5.3
  1998-03-09 12:52 egcs-980308 bombs on IRIX 5.3 Mike Sullivan
@ 1998-03-10 16:30 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 1998-03-10 16:30 UTC (permalink / raw)
  To: Mike Sullivan; +Cc: egcs

It looks like you typed `make all' when you should have typed `make bootstrap'.

The Fortran front end can only be built by gcc.  This happens automatically
if you use the make bootstrap command.

Jim

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

end of thread, other threads:[~1998-03-10 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-09 12:52 egcs-980308 bombs on IRIX 5.3 Mike Sullivan
1998-03-10 16:30 ` Jim Wilson

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).