%% "S. Umesh Babu" <[EMAIL PROTECTED]> writes:

  sub> i686-pc-cygwin for tossim simulation

The version of GNU make that comes with the Cygwin toolkit has actually
been modified by the Cygwin folks.  For details of how that version
works you should contact the Cygwin developers.

  sub> i got error as follows and would like to know how to solve it

  sub> $ make -d

  sub> make: *** No targets specified and no makefile found.  Stop.

Well, this means just what it says: GNU make couldn't find a makefile
(or Makefile or GNUmakefile), and you didn't give it any target to
build, so it doesn't know what you want it to do, so it gives up.

-- 
-------------------------------------------------------------------------------
 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://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to