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]

19990124 f77 install fails


On a C180.

wmtl249c:/opt/corp/contrib/egcs/egcs-snapshot/build/hppa2.0-hpux10.20>
cat config.status 
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../../src/configure
--with-gcc-version-trigger=/opt/corp/contrib/egcs/egcs-snapshot/src/gcc/version.c
--host=hppa2.0-hp-hpux10.20
--prefix=/opt/corp/contrib/egcs/egcs-snapshot
--exec-prefix=/opt/corp/contrib/egcs/egcs-snapshot/hppa2.0-hpux10.20
--with-gnu-as --with-fast-fixincludes --enable-languages=c,c++,f77
--norecursion 
# using "mh-frag"

Here is the failing fragment of make install:

[snip]
rm -f /opt/corp/contrib/egcs/egcs-snapshot/man/man1/cccp.1
/bin/sh /opt/corp/contrib/egcs/egcs-snapshot/src/install-sh -c -m 644
../../../src/gcc/cccp.1
/opt/corp/contrib/egcs/egcs-snapshot/man/man1/cccp.1
chmod a-x /opt/corp/contrib/egcs/egcs-snapshot/man/man1/cccp.1
/opt/corp/contrib/egcs/egcs-snapshot/build/hppa2.0-hpux10.20/texinfo/makeinfo/makeinfo  
-I../../../src/gcc -o cpp.info ../../../src/gcc/cpp.texi
Making info file `cpp.info' from `../../../src/gcc/cpp.texi'.
/opt/corp/contrib/egcs/egcs-snapshot/build/hppa2.0-hpux10.20/texinfo/makeinfo/makeinfo  
-I../../../src/gcc -o gcc.info ../../../src/gcc/gcc.texi
Making info file `gcc.info' from `../../../src/gcc/gcc.texi'.
case "c proto gcov c++ f77" in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  rm -f ../../../src/gcc/f/g77.info-*; \
 
/opt/corp/contrib/egcs/egcs-snapshot/build/hppa2.0-hpux10.20/texinfo/makeinfo/makeinfo 
-I../../../src/gcc/f -o f/g77.info ../../../src/gcc/f/g77.texi; \
else true; fi
Making info file `f/g77.info' from `../../../src/gcc/f/g77.texi'.
../../../src/gcc/f/g77.texi:11975: Cross reference to nonexistent node
`FGetC Intrinsic (subroutine)'.
../../../src/gcc/f/g77.texi:7676: Cross reference to nonexistent node
`ImagPart Intrinsic'.
../../../src/gcc/f/g77.texi:7673: Cross reference to nonexistent node
`RealPart Intrinsic'.
../../../src/gcc/f/g77.texi:6482: Cross reference to nonexistent node
`Complex Intrinsic'.
makeinfo: Removing output file `f/g77.info' due to errors; use --force
to preserve.
make[1]: *** [f/g77.info] Error 2
make[1]: Leaving directory
`/tmp_mnt/opt/corp/contrib/egcs/egcs-snapshot/build/hppa2.0-hpux10.20/gcc'
make: *** [install-gcc] Error 2
wmtl249c:/opt/corp/contrib/egcs/egcs-snapshot/build/hppa2.0-hpux10.20>
mak


-- 
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]