This is the mail archive of the gcc@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]

Grief with Dejagnu; Testing gcc 2.95.3.test4 on SCO OS5.0.4


There are problems with  gcc 2.95.3.test4 on SCO Openserver 5.0.4:
when doing a make bootstrap, these failures occur:

1.
make[5]: Entering directory `/u7/objdir2/gcc'
./xgcc -B/usr/local/i386-pc-sco3.2v5.0.4/bin/ -B./ 
-I/usr/local/i386-pc-sco3.2v5.0.4/include -O2   -DIN_GCC     -O2 -g -O2 
-I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -g -O2 -I. 
-I../../gcc-2.95.3.test4/gcc -I../../gcc-2.95.3.test4/gcc/config 
-I../../gcc-2.95.3.test4/gcc/../include \
   -c -fexceptions ../../gcc-2.95.3.test4/gcc/cp/exception.cc
xgcc: Internal compiler error: program as got fatal signal 11

make bootstrap can then be restarted and will finish properly.


2.
In /usr/local/lib/gcc-lib, it is necessary to do

ln -s i386-pc-sco3.2v5.0.4 elf

If this is not done things like crtbegin.o, etc. that live in a 
subdirectory below can't be found.

The latest Dejagnu does not work with OS 5.0.4 any better than the previous 
version. I still get errors which make it impossible to run the full suite 
of tests:

WARNING: couldn't find the global config file
WARNING: couldn't find tool init file
ERROR: couldn't find tool config file for unix

TCL_LIBRARY and DEJAGNULIBS were set properly.

Final question: My SCO 5.0.4 machine cannot access the outside world; how 
do I get the contrib/test_summary shell script to produce an output which I 
can move to a Windows machine which does have the mail access needed to 
report the test results? (Assuming that I actually have some to report)


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