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]

19990103 snapshot doesn't build on HPUX 10.20


I downloaded the latest snapshot onto my machine.  It appears that
fastfixincludes is broken again.  I reinstalled binutils into the
appropriate place - now for hppa2.0 since that configuratoin exists. 
Then configured and make boostrap.

config.status contains:

#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../../src/configure
--with-gcc-version-trigger=/usr/local/pkg/egcs/egcs-snapshot/src/gcc/version.c
--host=hppa2.0-hp-hpux10.20 --prefix=/usr/local/pkg/egcs/egcs-snapshot
--exec-prefix=/usr/local/pkg/egcs/egcs-snapshot/hpux-10.20 --with-gnu-as
--with-fast-fixincludes --norecursion 
# using "mh-frag"

This is the tail of the make up to the failure.

if [ -f lang-f77 ]; then \
  /usr/bin/cc -c  -DIN_GCC -DHAIFA    -g   -DHAVE_CONFIG_H    -I.
-I../../../src/gcc -I../../../src/gcc/config
-I../../../src/gcc/../include -o g77version.o \
    ../../../src/gcc/f/version.c; \
else true; fi
if [ -f lang-f77 ]; then \
  /usr/bin/cc  -DIN_GCC -DHAIFA    -g   -DHAVE_CONFIG_H  -o g77 g77.o
g77spec.o g77version.o \
   version.o choose-temp.o pexecute.o prefix.o mkstemp.o  obstack.o
alloca.o     ../libiberty/libiberty.a; \
else true; fi
rm -f gcj.c
ln -s ../../../src/gcc/gcc.c gcj.c
/usr/bin/cc  -DIN_GCC -DHAIFA    -g   -DHAVE_CONFIG_H    -I.
-I../../../src/gcc -I../../../src/gcc/config
-I../../../src/gcc/../include \
-DSTANDARD_STARTFILE_PREFIX=\"/usr/local/pkg/egcs/egcs-snapshot/hpux-10.20/lib/\"
-DSTANDARD_EXEC_PREFIX=\"/usr/local/pkg/egcs/egcs-snapshot/hpux-10.20/lib/gcc-lib/\"
-DDEFAULT_TARGET_VERSION=\"egcs-2.92.34\"
-DDEFAULT_TARGET_MACHINE=\"hppa2.0-hp-hpux10.20\"
-DTOOLDIR_BASE_PREFIX=\"/usr/local/pkg/egcs/egcs-snapshot/hpux-10.20/\"
\
-DLANG_SPECIFIC_DRIVER \
  -c gcj.c
/usr/bin/cc -c -DWITH_THREAD_single -DWITH_GC_boehm \
         -DIN_GCC -DHAIFA    -g   -DHAVE_CONFIG_H    \
        -I. -I../../../src/gcc -I../../../src/gcc/config
-I../../../src/gcc/../include ../../../src/gcc/java/jvspec.c
/usr/bin/cc  -DIN_GCC -DHAIFA    -g   -DHAVE_CONFIG_H  -o gcj gcj.o
jvspec.o prefix.o \
  version.o choose-temp.o pexecute.o mkstemp.o  obstack.o alloca.o    
../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (gcj.o) was
detected. The linked output may not run on a PA 1.x system.
touch stmp-headers
DEST=`cd ../../../src/gcc ; pwd`/fixinc.sh CC=/usr/bin/cc MAKE=make
CFLAGS="-g " \
export DEST CC MAKE CFLAGS ; \
echo DEST=$DEST CC=$CC MAKE=$MAKE CFLAGS=$CFLAGS ; \
cd ../contrib/fixinc ;  \
/bin/sh mkfixinc.sh hppa2.0-hp-hpux10.20 $DEST
DEST=/usr/local/pkg/egcs/egcs-snapshot/src/gcc/fixinc.sh CC=/usr/bin/cc
MAKE=make CFLAGS=-g
/bin/sh: ../contrib/fixinc:  not found.
/bin/sh: mkfixinc.sh:  not found.
make[2]: *** [fixinc.sh] Error 127
make[2]: Leaving directory
`/tmp_mnt/usr/local/pkg/egcs/egcs-snapshot/build/hpux-10.20/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory
`/tmp_mnt/usr/local/pkg/egcs/egcs-snapshot/build/hpux-10.20/gcc'
make: *** [bootstrap] Error 2

-- 
Jerry Quinn                             Tel: (514) 761-8737
jquinn@nortelnetworks.com               Fax: (514) 761-8505
Speech Recognition Research


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