> From: Vinay Ramdas Revankar <[EMAIL PROTECTED]> > Date: Fri, 22 Jun 2007 14:16:53 +0530 > > I am trying to build a ARM library in windows-xp system .I have a > recursive Gmake structure for building the library when i give a gmake > command from the root directory is reads the main Makefile .But > recursive build of the subdirectoryes give an error saying invalied > command "gmake" .I get the following error on the screen. > Please can any one tell me what may be the problem.
Sounds like the directory where you keep gmake.exe is not in your Path variable. Or maybe it is originally, but your Makefile modifies Path. Could that be the reason? _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
