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]
Other format: [Raw text]

/gcc-4.4.0/gcc fails to build


System: IRIX64 6.5

Directory .../gcc-4.4.0/gcc fails to build with the following error:

make[3]: Entering directory
`/home/users/tovrea/GCC_SGI/gcc-4.4.0/build_sgi/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh ../../gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="MASK_ABICALLS" \
HEADERS="options.h config/elfos.h config/mips/mips.h config/mips/iris.h
config/mips/iris6.h defaults.h" DEFINES="MIPS_ISA_DEFAULT=3
MIPS_ABI_DEFAULT=ABI_N32" \
/bin/sh ../../gcc/mkconfig.sh tm.h
nawk -f ../../gcc/opt-gather.awk ../../gcc/c.opt ../../gcc/common.opt
../../gcc/config/mips/mips.opt > tmp-optionlist
/bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
nawk -f ../../gcc/opt-functions.awk -f ../../gcc/opth-gen.awk \
       < optionlist > tmp-options.h
/bin/sh ../../gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh ../../gcc/mkconfig.sh bconfig.h
gcc -c  -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE
-I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include
-I./../intl -I../../gcc/../libcpp/include
/home/users/tovrea/FFMPEG/gcc-4.4.0-objdir-sgi6/gmp
-I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd
-I../libdecnumber    -o build/genmodes.o ../../gcc/genmodes.c
gcc: cannot specify -o with -c or -S and multiple compilations
make[3]: *** [build/genmodes.o] Error 1
make[3]: Leaving directory
`/home/users/tovrea/GCC_SGI/gcc-4.4.0/build_sgi/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory
`/home/users/tovrea/GCC_SGI/gcc-4.4.0/build_sgi'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory
`/home/users/tovrea/GCC_SGI/gcc-4.4.0/build_sgi'
make: *** [bootstrap] Error 2

Thanks in advance for any help...

Bill Tovrea

BAE Systems

16550 West Bernardo Drive
San Diego, CA 92127

Telephone: (858) 592-5292

Pager: (888) 971-4964

E-mail: George.Tovrea@baesystems.com




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