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

egcs-19990314 bootstrap failure on DUNIX



With egcs-19990314, I get a bootstrap error on 
OSF1 aka Digital Unix aka True64 Unix   
(uname -a still says unimpressed ;) )
OSF1 caracal.ica1.uni-stuttgart.de V4.0 564.32 alpha 

[The same snapshot compiles fine under solaris 2.5.1]

configure arguments  --prefix=/local
error & some context:

if [ -f lang-f77 ]; then \
  gcc  -DIN_GCC -DHAIFA    -g -W -Wall  -DHAVE_CONFIG_H  -o g77 g77.o
g77spec.o g77version.o \
   version.o prefix.o  obstack.o       -lmld ../libiberty/libiberty.a;
\
else true; fi
gcc  -DIN_GCC -DHAIFA    -g -W -Wall  -DHAVE_CONFIG_H
-I. -I../../gcc -I../../gcc/config -I../../gcc/../include \
-DSTANDARD_STARTFILE_PREFIX=\"/local/lib/\"
-DSTANDARD_EXEC_PREFIX=\"/local/lib/gcc-lib/\"
-DDEFAULT_TARGET_VERSION=\"egcs-2.93.12\"
-DDEFAULT_TARGET_MACHINE=\"alphaev56-dec-osf4.0c\"
-DTOOLDIR_BASE_PREFIX=\"/local/\" \
-DLANG_SPECIFIC_DRIVER \
  -c gcj.c
gcc: gcj.c: No such file or directory
gcc: No input files
make[2]: *** [gcj.o] Error 1
make[2]: Leaving directory
`/mnt/data0/sts/ftp/egcs-19990314/built/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory
`/mnt/data0/sts/ftp/egcs-19990314/built/gcc'
make: *** [bootstrap] Error 2

-- 
Stefan Schwarzer                office:  +49-(0)711-685-7606   fax: x-3658 
Uni Stuttgart, ICA 1            e-mail:          sts@ica1.uni-stuttgart.de
Pfaffenwaldring 27              pgp public key available on request/finger 
70569 Stuttgart, Germany             http://www.ica1.uni-stuttgart.de/~sts


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