X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <17393e3e0809020221n3e996435se2bfee8d2da0345@mail.gmail.com> Date: Tue, 2 Sep 2008 05:21:18 -0400 From: "Matt Wozniski" To: cygwin AT cygwin DOT com Subject: Re: make script not working with Cygwin 1.5.25-14 (with Perl) In-Reply-To: <19265964.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19256129 DOT post AT talk DOT nabble DOT com> <48BC06C9 DOT 40001 AT bmts DOT com> <20080901153050 DOT GC1833 AT ednor DOT casa DOT cgf DOT cx> <19265964 DOT post AT talk DOT nabble DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/