------- Comment #7 from wilson at gcc dot gnu dot org  2005-10-23 21:27 -------
I would guess a GNU make bug.  What version of GNU make are you using?  Try a
newer release.

Alternatively, this could be a shell bug.  What shell and version are you
using?  Try using a different shell and/or a more recent shell version. 
Preferably a recent version of bash.

There should be a "gmake all-am" line right before the failure.  The
libgfortran all rule does a recursive make, and it appears that the value of
CC, which is $(CC_FOR_TARGET) is getting clobbered somehow by this recursive
make invocation.  It was OK before this recursive make, because there are some
rules invoked before the recursive make, and they didn't fail for you.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22097

Reply via email to