Error with the makefile

Posted by Lobonegro on Fri 04 Jan 2002 04:44 PM — 2 posts, 12,127 views.

#0
I have the next error in cygwin:

MAKE Version 5.2 Copyright (c) 1987,1998 Inprise Corp.
Error makefile 70: Command syntax error
Error makefile 71: Command syntax error
*** 2 errors during make ***

thanks for all
Australia Forum Administrator #1
Sounds like a different 'make' program. Try typing "make --version". This is that I get ...


$ make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-cygwin
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.