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]

Compiling on NCR MP-RAS - sysv4gdb.h?


I am trying to compile gcc 3.3.2 on an NCR MPRAS machine (UNIX System V Release 4.0 Version 3.0), using the following options:

/usr/local/src/gcc-3.3.2/configure \
	--host=i686-ncr-sysv4.3 \
	--enable-languages=c,c++,f77,objc \
	--prefix=/usr/gnu \
	--with-gnu-as \
	--with-gnu-ld \
	--with-stabs \
	--with-elf

My current configuration:

gcc -v
Reading specs from /usr/gnu/lib/gcc-lib/i586--sysv4.3/2.7.2.f.1/specs
gcc version 2.7.2.f.1

make -v
GNU Make version 3.75

bison -V
GNU Bison version 1.25

autoconf --version
Autoconf version 2.10

automake --version
Automake version 1.0

gdb --version
GDB 4.16 (i586--sysv4.3)

When I run "make bootstrap" I get the following error:

make[2]: Entering directory `/usr/local/src/gcc332/gcc'
TM_DEFINES="" \
HEADERS="auto-host.h ansidecl.h i386/sysv4gdb.h defaults.h" XM_DEFINES="POSIX SMALL_ARG_MAX" \
TARGET_CPU_DEFAULT="TARGET_CPU_DEFAULT_pentiumpro" \
/bin/sh /usr/local/src/gcc-3.3.2/gcc/mkconfig.sh config.h
TM_DEFINES="" \
HEADERS="auto-host.h ansidecl.h i386/sysv4gdb.h defaults.h" XM_DEFINES="POSIX SMALL_ARG_MAX" \
TARGET_CPU_DEFAULT="TARGET_CPU_DEFAULT_pentiumpro" \
/bin/sh /usr/local/src/gcc-3.3.2/gcc/mkconfig.sh hconfig.h
make[2]: *** No rule to make target `/usr/local/src/gcc-3.3.2/gcc/config/i386/sysv4gdb.h', needed by `gengenrtl.o'. Stop.


Where can I get a copy of the sysv4gdb.h file?

Thanks for any help on this -

Kevin

_________________________________________________________________
Tired of slow downloads? Compare online deals from your local high-speed providers now. https://broadband.msn.com



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