public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Parallel make failure on current CVS
@ 1999-06-30 23:07 Marc Dionne
  1999-06-30 23:07 ` craig
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Dionne @ 1999-06-30 23:07 UTC (permalink / raw)
  To: egcs-bugs

Platform: 
   sparc-sun-solaris2.6
Configured with:
   ../egcs/configure --prefix=/s/gcc-2.95/sun4x_56 --enable-shared
Make command:
   make -j 40 "MAKE = make -j 40" bootstrap

The build aborts after printing tons of errors similar to this one:

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.

Marc


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Parallel make failure on current CVS
  1999-06-30 23:07 Parallel make failure on current CVS Marc Dionne
@ 1999-06-30 23:07 ` craig
  0 siblings, 0 replies; 2+ messages in thread
From: craig @ 1999-06-30 23:07 UTC (permalink / raw)
  To: dionne; +Cc: craig

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-06-30 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-30 23:07 Parallel make failure on current CVS Marc Dionne
1999-06-30 23:07 ` craig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).