This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
mips-irix6.2 egcs
- To: egcs at cygnus dot com
- Subject: mips-irix6.2 egcs
- From: Mark Schaefer <mschaefer at dsai dot com>
- Date: Mon, 9 Mar 1998 17:57:21 -0700
- Organization: Decision-Science Applications, Inc.
Mips egcs users...
I'm having the following problem trying to compile my first egcs on
an IRIX platform. I've compiled it before on Linux without any
trouble...
Snapshot 3-03-98:
config.guess = mips-sgi-irix6.2
make -f f/Makefile "AR_FLAGS=rc" "AR_FOR_TARGET=ar" "BISON=bison"
"BISONFLAGS=" "CC=cc" "CFLAGS=-O2" "CLIB="
"GCC_FOR_TARGET=/bigdisk/tmp/schaefer/egcs-980308/gcc/xgcc
-B/bigdisk/tmp/schaefer/egcs-980308/gcc/" "LDFLAGS=" "LEX=lex"
"LEXFLAGS=" "LN=ln" "LN_S=ln -s"
"MAKEINFO=/bigdisk/tmp/schaefer/egcs-980308/texinfo/makeinfo/makeinfo "
"MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=true" "RANLIB_TEST_FOR_TARGET=[ -f
/bigdisk/tmp/schaefer/mips-sgi-irix6.2/bin/ranlib ]" "SHELL=/bin/sh"
"STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o"
"exec_prefix=/bigdisk/tmp/schaefer" "prefix=/bigdisk/tmp/schaefer"
"local_prefix=/usr/local"
"gxx_include_dir=/bigdisk/tmp/schaefer/include/g++"
"tooldir=/bigdisk/tmp/schaefer/mips-sgi-irix6.2"
"bindir=/bigdisk/tmp/schaefer/bin"
"libsubdir=/bigdisk/tmp/schaefer/lib/gcc-lib/mips-sgi-irix6.2/egcs-2.91.13"
VPATH=. srcdir=. f771
cc -c -DIN_GCC -O2 -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)
It looks like someone is assuming that any C compiler will support
the gcc "-Woff and -W" options
Any tips on this one?
Thanks
--
Mark Schaefer