Re: Problems with $(shell xxx) using uWin

2006-06-05 Thread Earnie Boyd
Quoting James Kanze <[EMAIL PROTECTED]>: Eli Zaretskii wrote: >> Date: Sat, 03 Jun 2006 23:06:03 +0200 >> From: James Kanze <[EMAIL PROTECTED]> >> Cc: make-w32@gnu.org >> > http://gnuwin32.sourceforge.net/ >> Thanks. But make doesn't seem to be there. > You already have Make, the one you

Re: Problems with $(shell xxx) using uWin

2006-06-05 Thread Eli Zaretskii
> Date: Mon, 05 Jun 2006 17:46:25 +0200 > From: James Kanze <[EMAIL PROTECTED]> > Cc: make-w32@gnu.org > > >> > http://gnuwin32.sourceforge.net/ > > >> Thanks. But make doesn't seem to be there. > > > You already have Make, the one you compiled with MSVC. > > But it doesn't work. I was

Re: Problems with $(shell xxx) using uWin

2006-06-05 Thread James Kanze
Eli Zaretskii wrote: >> Date: Sat, 03 Jun 2006 23:06:03 +0200 >> From: James Kanze <[EMAIL PROTECTED]> >> Cc: make-w32@gnu.org >> > http://gnuwin32.sourceforge.net/ >> Thanks. But make doesn't seem to be there. > You already have Make, the one you compiled with MSVC. But it doesn't work.

Re: Problems with $(shell xxx) using uWin

2006-06-04 Thread Eli Zaretskii
> Date: Sat, 03 Jun 2006 23:06:03 +0200 > From: James Kanze <[EMAIL PROTECTED]> > Cc: make-w32@gnu.org > > > http://gnuwin32.sourceforge.net/ > > Thanks. But make doesn't seem to be there. You already have Make, the one you compiled with MSVC. > Nor bash, for that matter. Both UWin and Cyg

Re: Problems with $(shell xxx) using uWin

2006-06-04 Thread Earnie Boyd
Quoting James Kanze <[EMAIL PROTECTED]>: Eli Zaretskii wrote: > [Please don't take this discussion off the mailing list.] Sorry. I didn't do it intentionnally. >> Date: Sat, 03 Jun 2006 20:26:08 +0200 >> From: James Kanze <[EMAIL PROTECTED]> >> > I don't have UWIN installed, so I need more

Re: Problems with $(shell xxx) using uWin

2006-06-03 Thread James Kanze
Eli Zaretskii wrote: > [Please don't take this discussion off the mailing list.] Sorry. I didn't do it intentionnally. >> Date: Sat, 03 Jun 2006 20:26:08 +0200 >> From: James Kanze <[EMAIL PROTECTED]> >> > I don't have UWIN installed, so I need more help from you to >> > try to find out what

Re: Problems with $(shell xxx) using uWin

2006-06-03 Thread Eli Zaretskii
[Please don't take this discussion off the mailing list.] > Date: Sat, 03 Jun 2006 20:26:08 +0200 > From: James Kanze <[EMAIL PROTECTED]> > > > I don't have UWIN installed, so I need more help from you to > > try to find out what could go wrong. > > Well, I didn't either, but CygWin doesn't ha

Re: Problems with $(shell xxx) using uWin

2006-06-03 Thread Eli Zaretskii
> Date: Fri, 02 Jun 2006 22:47:02 +0200 > From: James Kanze <[EMAIL PROTECTED]> > > currentDir = $(shell pwd) > componentName = $(notdir $(currentDir)) > target = $(componentName).exe > > all : $(target) > > (There's a lot more in the actual makefile, but this is enough > to prov

Problems with $(shell xxx) using uWin

2006-06-02 Thread James Kanze
I've recently installed (built from sources) a copy of GNU make (version 3.81) on a Windows XP machine, where I am trying to use it with the Korn shell under uWin. (I used the standard Windows "shell" to build make, using the build)w32.bat script.) It crashes, apparently every time I try to use