Matthias Weingart wrote:

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.

ok, an common name is "gmake" for GNU make in such a case

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?)

it uses the normal rules -> PATH.
do you start the command line in a special way? maybe it adds locations to the PATH? do you have other lines in the make clean section that could be interpreted as command? (empty lines / CR/LF issues maybe?)

chris


Reply via email to