Please always put a helpful subject in your mail.  These mailing lists
are moderated to cut down on spam, and often only the header is examined.

An email without a relevant "Subject" line might be deleted without
being read.


%% Ankur Agrawal <[EMAIL PROTECTED]> writes:

  aa> i am getting error during compilation of .c source codes through
  aa> make cmd: The error is:

  aa> ***error code 1
  aa> make: fatal error: Command failed for target `all'

This means that some command that make invoked failed and exited with an
error code.  The error will be whatever is just BEFORE the text you've
shown here.


This is not a problem with make: that's what make does.  You need to
examine what failed before this message, and fix that.

Good luck!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to