From mboxrd@z Thu Jan 1 00:00:00 1970 From: craig@jcb-sc.com To: dionne@cs.wisc.edu Cc: craig@jcb-sc.com Subject: Re: Parallel make failure on current CVS Date: Wed, 30 Jun 1999 23:07:00 -0000 Message-id: <19990629214448.1042.qmail@deer> References: <3779077C.3BD94141@cs.wisc.edu> X-SW-Source: 1999-06n/msg00988.html List-Id: >In file included from /s/gcc-2.95/src/snapshot/egcs/gcc/f/str.c:35: >/s/gcc-2.95/src/snapshot/egcs/gcc/f/str.h:64: parse error before >`ffestr_genio' > >Missing dependencies in the fortran Makefile? Looks like it's trying to >compile str.c (and many other files) before the appropriate str*.h files >have been generated. >If restarted at that point, the build runs to completion. AFAICT, there are no missing dependencies: targets like str.o depend on stamp-str, which in turn depends on the str-*.[hj] files. BTW, have you read the docs/FAQ regarding reporting bugs? It's rather hard for us to guess at what the problem might be when you don't include the relevant info, such as the output of the failing build.... tq vm, (burley)