%% maxx <[EMAIL PROTECTED]> writes:

  m> GNU Make version 3.79, by Richard Stallman and Roland McGrath.
  m> Built for powerpc-apple-darwin1.4

First, you probably want to upgrade to the latest version, which is
3.79.1.

  m> gcc -c -o ucanoscan.o -g -Wall -DDEBUG_DATASAVE -DUGEN_DRIVER 
-I/usr/local/include ucanoscan.c
  m> make: gcc: Command not found

So, your makefile wants to invoke GCC, but there is no GCC available on
your system (or at least not on your PATH).

How is this a make bug?

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "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