> Date: Fri, 30 Jul 2010 12:10:36 +0100
> From: Tim Murphy <tnmur...@gmail.com>
> Cc: bug-make@gnu.org
> 
> gcc -o fred fred.cpp
> perl makedef.pl -i something.def
> perl prepdef.pl  -i otherthing.def
> error: fred.cpp: syntax error on line 345
> ERROR: File not Found
> 
> 
> Which file was missing?  If you can't change the tool to print every
> detail then what do you do?

 a) run "make --debug=j" and see which command failed.

 b) run without -j and see which command failed.

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to