RE: make script not working with Cygwin 1.5.25-14 (with Perl)

2008-09-02 Thread Dave Korn
Nose wrote on 02 September 2008 13:14: > In my previous cygwin version there indeed was > a make nut in my new installation there wasn't. Yes, 'make' (and other developer tools) aren't part of the default cygwin installation - you need to select them explicitly. > Now it's time to discover th

RE: make script not working with Cygwin 1.5.25-14 (with Perl)

2008-09-02 Thread Nose
Thanx very much Indeed, there was no make.exe present in my cygwin/bin directory and because of that it used the make from unixtools. In my previous cygwin version there indeed was a make nut in my new installation there wasn't. Now it's time to discover the reason's that the makefile works

Re: make script not working with Cygwin 1.5.25-14 (with Perl)

2008-09-02 Thread Matt Wozniski
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), > /

RE: make script not working with Cygwin 1.5.25-14 (with Perl)

2008-09-02 Thread Dave Korn
Nose wrote on 02 September 2008 09:17: > c:\UnxUtils\usr\local\wbin\make.exe: *** [../gdf_out/LUX.vrt.gz] Error 3 That doesn't look like Cygwin make to me. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: make script not working with Cygwin 1.5.25-14 (with Perl)

2008-09-02 Thread Nose
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 ../

Re: make script not working with Cygwin 1.5.25-14 (with Perl)

2008-09-01 Thread Christopher Faylor
On Mon, Sep 01, 2008 at 11:14:17AM -0400, Ralph Hempel wrote: >>Waiting when cygwin mobile comes out, > >Oh my goodness, I think the Cygwin folks totally forgot about this! >Maybe you should file a PR. You're absolutely right. This slips my mind (and I assume Corinna's) on an hourly, and even som

Re: make script not working with Cygwin 1.5.25-14 (with Perl)

2008-09-01 Thread Ralph Hempel
Nose wrote: Hello everybody! I've got a makescript which doesn't run with the new cygwin version. When I switch back to the new cygwin version nothing seems to be the matter but when I switch to the new version things are getting weird. As Groucho Marx might have said on this list: "Then d

make script not working with Cygwin 1.5.25-14 (with Perl)

2008-09-01 Thread Nose
Hello everybody! I've got a makescript which doesn't run with the new cygwin version. When I switch back to the new cygwin version nothing seems to be the matter but when I switch to the new version things are getting weird. Does anybody know if something is changed or major bugs are known? Wa