On Tue, Sep 2, 2008 at 4:17 AM, Nose wrote: > > Okay, > > to get serious, > > i've got a make script and while executing it gives me the following error: > > /cygdrive/d/IonicWork/GDF2TL/Win32bin/MapFil -D dict.opt -V > ../gdf_out/LUX.tl -Oa ../gdf_out/LUX > process_begin: CreateProcess((null), > /cygdrive/d/IonicWork/GDF2TL/Win32bin/MapFil -D dict.opt -V > ../gdf_out/LUX.tl -Oa ../gdf_out/LUX, ...) failed. make (e=3): The system > cannot find the path specified. > c:\UnxUtils\usr\local\wbin\make.exe: *** [../gdf_out/LUX.vrt.gz] Error 3 ^!!!! > > When executing the command > "/cygdrive/d/IonicWork/GDF2TL/Win32bin/MapFil -D dict.opt -V > ../gdf_out/LUX.tl -Oa ../gdf_out/LUX" > by hand it works fine and when using an older cygwin version the makescript > doesn't give me this error. > > So does anywone please can tell something usefull about the differences of > the new and older cygwin versions? > > Any thing? > > Nose
You're not running cygwin make at all, you're running a make out of unxutils. This would be a good time to include cygcheck output, as per http://cygwin.com/problems.html , if you can't fix that on your own. ~Matt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/