On Mon, Apr 12, 2004 at 07:16:45PM +0200, Chris Liechti wrote: > Matthias Weingart wrote: > > I just installed mspgcc-20040224.exe at a win-XP host. > > Running make I get a strange error: > > > > e.g.: > > > >>make clean > > > > rm -f *.o > > mmake: [clean] Error 255 (ignored) > > error 255 -> command not found > probably it does not find "rm"? > > whats mmake btw? gcc comes with "make"
I renamed it to make sure it does not use borlands make. rm works from the commandline, but in this case it uses the PATH. Maybe the make use another mechanism to find the commands? (not PATH?) Matthias