On Mon, Apr 12, 2004 at 10:20:16PM +0200, Chris Liechti wrote: > > 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?)
Thx Chris for your hints. I checked my PATH again, there was one ":" at the wrong place. (I have a big 1024 wide display, but have to edit the PATH-Variable in a small 16 chars long editbox ;-(. But there ist still something wrong: msp430-gcc was looking for cc1.exe So I added the PATH to it (somewhere in gcc-lib/...), but now I get a error: dll call entry point "__getreent" not found in cygwin1.dll Hmm at my other Win9x machines I did not need a PATH to cc1.exe. M.