Hi! I might be bothering you with things which are not at all your problem, but I don't know where to ask... I've been trying unseccessfully to build the gcc suite under SGI Irix (IRIX64 6.5 01100304 IP35) for some time, but it fails while bootstraping with the following message: checking for pid_t... yes /bin/sh: 111096573 Memory fault make: *** [configure-build-libiberty] Error 1 I am using what I believe to be the latest gnu make ("GNU Make 3.80") and the latest gcc sources (freshly checked-out, I tried both the developpement branch and the 3.4.3, which nevertheless gives a different error...). Can you give me some hint? Thanks! Philippe PS: the output of "configure" loading cache ./config.cache checking host system type... mips-sgi-irix6.5 checking target system type... mips-sgi-irix6.5 checking build system type... mips-sgi-irix6.5 checking for a BSD compatible install... (cached) /usr/freeware/bin/install -c checking whether ln works... (cached) yes checking whether ln -s works... (cached) yes checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gnatbind... no checking whether compiler driver understands Ada... (cached) no checking how to compare bootstrapped objects... (cached) cmp $$f1 $$f2 16 16 checking for correct version of gmp.h... yes checking for MPFR... yes The following languages will be built: c,c++,f95,java,objc *** This configuration is not supported in the following subdirectories: target-libmudflap target-libffi target-boehm-gc target-zlib target-libjava target-libada gnattools (Any other directories should still work fine.) checking for bison... (cached) bison checking for bison... (cached) bison -y checking for gm4... (cached) m4 checking for flex... (cached) flex checking for flex... (cached) flex checking for makeinfo... (cached) makeinfo checking for mips-sgi-irix6.5-ar... no checking for ar... (cached) ar checking for mips-sgi-irix6.5-as... no checking for as... (cached) as checking for mips-sgi-irix6.5-dlltool... no checking for dlltool... (cached) dlltool checking for mips-sgi-irix6.5-ld... (cached) /usr/bin/ld checking for mips-sgi-irix6.5-nm... no checking for nm... (cached) nm checking for mips-sgi-irix6.5-ranlib... no checking for ranlib... (cached) : checking for mips-sgi-irix6.5-windres... no checking for windres... (cached) windres checking for mips-sgi-irix6.5-objcopy... no checking for objcopy... (cached) objcopy checking for mips-sgi-irix6.5-objdump... no checking for objdump... (cached) objdump checking for mips-sgi-irix6.5-ar... no checking for ar... (cached) ar checking for mips-sgi-irix6.5-as... no checking for as... (cached) as checking for mips-sgi-irix6.5-dlltool... no checking for dlltool... (cached) dlltool checking for mips-sgi-irix6.5-ld... no checking for ld... (cached) ld checking for mips-sgi-irix6.5-nm... no checking for nm... (cached) nm checking for mips-sgi-irix6.5-ranlib... no checking for ranlib... (cached) : checking for mips-sgi-irix6.5-windres... no checking for windres... (cached) windres checking whether to enable maintainer-specific portions of Makefiles... no checking if symbolic links between directories work... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile PPS: the output of "make bootstrap" Configuring in build-mips-sgi-irix6.5/libiberty configure: loading cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo checking for perl... perl checking build system type... mips-sgi-irix6.5 checking host system type... mips-sgi-irix6.5 checking for mips-sgi-irix6.5-ar... no checking for ar... ar checking for mips-sgi-irix6.5-ranlib... no checking for ranlib... : checking for mips-sgi-irix6.5-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking whether gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... yes checking for a BSD-compatible install... /usr/freeware/bin/install -c xhost-mkfrag is unchanged checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... yes checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... no checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) no checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... unsigned long long checking for pid_t... yes /bin/sh: 111096573 Memory fault make: *** [configure-build-libiberty] Error 1