[Prev][Next][Index][Thread]

gcc 2.7.0 compile under Digital Unix 3.2c



	We are currently trying to compile gcc, g++ version 2.7.0 under 
Digital Unix Version 3.2C.  We are unable to make it past the first step
in the installation procedure, i.e. "make LANGUAGES=c".  Each time the 
latter is attempted the following message is displayed (eventually):

mips-tfile, /tmp/ccaapjfa.s:0 index 4294967295 is out of bounds for lstrs, max 
       is 0, mips-tfile.c line# 4643
*** Exit 1
Stop.

	Has anyone successfully compiled gcc 2.7.0 under Digital Unix 
Version 3.2c?  

	Below is a skeleton of what occurs upon issuing the "configure"
and "make LANGUAGES=c" commands" for gcc Version 2.7.0 under our configuration.

	Thank you for your input.

					Linda Valentine
					linda@xxxxxxxxxxxxxxxxxxxxxxx

-------------------------------------------------------------------------------

csh> configure
This appears to be a alpha-dec-osf3.2 system.
Using `./config/alpha/alpha.c' to output insns.
Using `./config/alpha/alpha.md' as machine description file.
Using `./config/alpha/osf2.h' as target machine macro file.
Using `./config/alpha/xm-alpha.h' as host machine macro file.
Merged alpha/x-alpha.
Merged c++ fragment(s).
Created `./Makefile'.
Merged alpha/x-alpha.
Created `cp/Makefile'.
Links are now set up to build a native compiler for alpha-dec-osf3.2.
csh> make LANGUAGES=c
cc  -DIN_GCC   -g     -I. -I. -I./config  
    -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/alpha-dec-osf3.2/2.7.0/include\"
    -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\"  
    -DLOCAL_INCLUDE_DIR=\"/usr/local/include\"  
    -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/alpha-dec-osf3.2/2.7.0/sys-include\"
    -DTOOL_INCLUDE_DIR=\"/usr/local/alpha-dec-osf3.2/include\"  
    -c `echo ./cccp.c | sed 's,^\./,,'`
.
.
.
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/README
cp ./README-fixinc include/README
chmod a+r include/README
touch stmp-int-hdrs
./xgcc -B./  -DIN_GCC   -g -I./include    -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 -I. 
       -c ./enquire.c
mips-tfile, /tmp/ccaapjfa.s:0 index 4294967295 is out of bounds for lstrs, max 
       is 0, mips-tfile.c line# 4643
*** Exit 1
Stop.