From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Teslovich, Tanya" To: "'gcc-help@gcc.gnu.org'" Subject: compile error with "make bootstrap" on SGI IRIX 6.5 platform Date: Fri, 21 Sep 2001 08:18:00 -0000 Message-id: <68432103CA98D511ADDE00805FF779F40737B6@mailbox.cnmcresearch.org> X-SW-Source: 2001-09/msg00097.html I am trying to install gcc-3.0.1 on an SGI running IRIX 6.5. I am compiling with the gcc-3.0 binary I downloaded from SGI as freeware. After configuring, I've tried to run 'make' (GNU make) and 'make bootstrap,' and both ways, after 20 minutes of compiling, I get the following error: ************************************************************** ./config/mips/iris6.h defaults.h insn-codes.h insn-flags.h" MACHMODE_H="machmode.h machmode.def" \ LIB1ASMSRC='' \ MAKEOVERRIDES= \ -f libgcc.mk all make: file `libgcc.mk' line 10: Syntax error *** Error code 1 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) ************************************************************** The first dozen lines of libgcc.mk are: ************************************************************** 1 srcdir = . 2 VPATH = . 3 EQ = = 4 5 force: 6 7 libgcc/./_muldi3.o: stmp-dirs $(srcdir)/libgcc2.c $(CONFIG_H) $(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs tsystem.h unwind.inc unwind-dw2-fde.h 8 $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) -DL_muldi3 -c $(srcdir)/libgcc2.c -o libgcc/./_muldi3.o 9 libgcc/mabi$(EQ)64/_muldi3.o: stmp-dirs $(srcdir)/libgcc2.c $(CONFIG_H) $(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs tsystem.h unwind.inc unwind-dw2-fde.h 10 $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) -mabi=64 -DL_muldi3 -c $(srcdir)/libgcc2.c -o libgcc/mabi$(EQ)64/_muldi3.o 11 libgcc/./_divdi3.o: stmp-dirs $(srcdir)/libgcc2.c $(CONFIG_H) $(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs tsystem.h unwind.inc unwind-dw2-fde.h 12 $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) -DL_divdi3 -c $(srcdir)/libgcc2.c -o libgcc/./_divdi3.o ************************************************************** (I apologize for wordwrap issues!) I have no idea what the syntax error is. Any help would be greatly appreciated. Tanya Teslovich