This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Fortran files missing
- To: egcs-bugs at cygnus dot com
- Subject: Fortran files missing
- From: Manfred Hollstein <manfred at s-direktnet dot de>
- Date: Thu, 18 Jun 1998 12:19:53 +0200 (MET DST)
- CC: burley at gnu dot org, law at cygnus dot com
- Reply-To: manfred at s-direktnet dot de, Manfred dot Hollstein at ks dot sel dot alcatel dot de
Hi,
"make info" fails in gcc with:
gmake[1]: Entering directory `/phys/b60/data62/manfred-work/GNU/egcs-19980617-sparc-sun-solaris2.6/gcc'
case "c proto gcov c++ f77 objc" in \
*[fF]77*) touch lang-f77;; \
*) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
gcc -DIN_GCC -DSVR4 -O9 -g -D__EXTENSIONS__ -DHAVE_CONFIG_H -DHAIFA \
`echo ../../egcs-19980617/gcc/f/ansify.c | sed 's,^\./,,'` -o f/ansify; \
f/ansify < ../../egcs-19980617/gcc/f/intdoc.in > f/intdoc.h0 ../../egcs-19980617/gcc/f/intdoc.in; \
gcc -DIN_GCC -DSVR4 -O9 -g -D__EXTENSIONS__ -DHAVE_CONFIG_H -DHAIFA -I./f \
`echo ../../egcs-19980617/gcc/f/intdoc.c | sed 's,^\./,,'` -o f/intdoc; \
f/intdoc > ../../egcs-19980617/gcc/f/intdoc.texi; \
rm f/intdoc f/ansify f/intdoc.h0; \
fi
In file included from ../../egcs-19980617/gcc/f/ansify.c:25:
../../egcs-19980617/gcc/f/hconfig.j:25: hconfig.h: No such file or directory
../../egcs-19980617/gcc/f/ansify.c:26: system.j: No such file or directory
/bin/sh: f/ansify: not found
In file included from ../../egcs-19980617/gcc/f/intdoc.c:25:
../../egcs-19980617/gcc/f/hconfig.j:25: hconfig.h: No such file or directory
../../egcs-19980617/gcc/f/intdoc.c:26: system.j: No such file or directory
/bin/sh: f/intdoc: not found
rm: cannot remove `f/intdoc': No such file or directory
rm: cannot remove `f/ansify': No such file or directory
gmake[1]: *** [../../egcs-19980617/gcc/f/intdoc.texi] Error 1
gmake[1]: Target `info' not remade because of errors.
It looks like three files are missing:
Mon Jun 15 22:21:57 1998 Craig Burley <burley@gnu.org>
* system.j: New file.
* toplev.j: New file.
* output.j: New source file.
I looked at egcs.cygnus.com in file /egcs/carton/cvsfiles/egcs/gcc/f/CVS/fileattr,
and it turns out that these three files are missing an ";_expand="?
$ hostname
egcs.cygnus.com
$ pwd
/egcs/carton/cvsfiles/egcs/gcc/f/CVS
$ grep -v _expand= fileattr
Foutput.j _head=1.1
Fsystem.j _head=1.1
Ftoplev.j _head=1.1
Could anybody who's familiar with CVS please take care of this?
Thanks.
manfred