Re: Any active maintainers using MinGW/MSYS?

2006-03-27 Thread Earnie Boyd
Quoting Eli Zaretskii <[EMAIL PROTECTED]>: Date: Mon, 27 Mar 2006 08:26:01 -0500 From: Earnie Boyd <[EMAIL PROTECTED]> Cc: Eli Zaretskii <[EMAIL PROTECTED]>, make-w32@gnu.org > >> 4) You'll need to replace the delivered config.guess and config.sub > >> with the ones in /usr/share/libtool; alt

Re: make 3.81rc1 / MSYS

2006-03-27 Thread Earnie Boyd
Quoting Eli Zaretskii <[EMAIL PROTECTED]>: Date: Sat, 25 Mar 2006 10:23:03 -0500 Cc: David Ergo <[EMAIL PROTECTED]>, make-w32@gnu.org, [EMAIL PROTECTED], [EMAIL PROTECTED] From: "Paul D. Smith" <[EMAIL PROTECTED]> >> int main() >> { >> char resolved_path[PATH_MAX]; >> if (realpath("/

Re: Any active maintainers using MinGW/MSYS?

2006-03-27 Thread Eli Zaretskii
> Date: Mon, 27 Mar 2006 08:26:01 -0500 > From: Earnie Boyd <[EMAIL PROTECTED]> > Cc: Eli Zaretskii <[EMAIL PROTECTED]>, make-w32@gnu.org > > > >> 4) You'll need to replace the delivered config.guess and config.sub > > >> with the ones in /usr/share/libtool; alternatively you can modify > > >>

Re: Any active maintainers using MinGW/MSYS?

2006-03-27 Thread Eli Zaretskii
> Date: Mon, 27 Mar 2006 00:59:10 -0500 > Cc: Earnie Boyd <[EMAIL PROTECTED]>, make-w32@gnu.org > From: "Paul D. Smith" <[EMAIL PROTECTED]> > > %% Eli Zaretskii <[EMAIL PROTECTED]> writes: > > >> 3) Find all references in the source to __CYGWIN__ or __CYGWIN32__ and > >> add or replace it wi

Re: Any active maintainers using MinGW/MSYS?

2006-03-27 Thread Paul D. Smith
%% Eli Zaretskii <[EMAIL PROTECTED]> writes: >> 3) Find all references in the source to __CYGWIN__ or __CYGWIN32__ and >> add or replace it with __MSYS__; if there are any. ez> This seems to suggest that such a change should be made in the Make ez> sources. How about sending a patch for

Re: make 3.81rc1 / MSYS

2006-03-27 Thread Paul D. Smith
%% Eli Zaretskii <[EMAIL PROTECTED]> writes: >> see simple test file in attachment : >> returns 0 if ok >> 1 if buggy >> [...] >> #include >> #include >> >> int main() >> { >> char resolved_path[PATH_MAX]; >> if (realpath("///", resolved_path) && (strcmp(resolved_path, "

Re: Patch for missing shell commands in rc2

2006-03-27 Thread J. David Bryan
On 21 Mar 2006 at 22:21, Eli Zaretskii wrote: > ...the way commands are invoked via the shell is very different from > how programs are invoked directly I understand (correctly, I hope) that CreateProcess is passed a temporary batch filename for shell commands and the name of the executable

Re: make 3.81rc1 / MSYS

2006-03-27 Thread Eli Zaretskii
> Date: Sat, 25 Mar 2006 10:23:03 -0500 > Cc: David Ergo <[EMAIL PROTECTED]>, make-w32@gnu.org, >[EMAIL PROTECTED], [EMAIL PROTECTED] > From: "Paul D. Smith" <[EMAIL PROTECTED]> > > >> int main() > >> { > >> char resolved_path[PATH_MAX]; > >> if (realpath("///", resolved_path) && (str

Re: make 3.81rc1 / MSYS

2006-03-27 Thread Eli Zaretskii
> From: David Ergo <[EMAIL PROTECTED]> > Cc: bug-make@gnu.org, Xavier Marichal <[EMAIL PROTECTED]>, > =?ISO-8859-1?Q?S=E9bastien?= Frippiat <[EMAIL PROTECTED]> > Date: Tue, 07 Mar 2006 09:28:46 +0100 > > Ok, now I understand. But for MSYS, as it uses unix code, sh_chars_sh is > not defined

Re: GNU make 3.81rc2 has been released

2006-03-27 Thread Eli Zaretskii
> From: "Paul D. Smith" <[EMAIL PROTECTED]> > Date: Mon, 20 Mar 2006 08:38:48 -0500 > > Please find GNU make 3.81rc2, available now for download from > ftp://alpha.gnu.org/gnu/make: > > ecebd3e477587603cd074183fbf7a302 > ftp://alpha.gnu.org/gnu/make/make-3.81rc2.tar.gz > 4dc9dc889366f0e297ee512

Re: Patch for missing shell commands in rc2

2006-03-27 Thread J. David Bryan
On 22 Mar 2006 at 6:40, Eli Zaretskii wrote: > My example is with the following command: > >start c:/foo/bar/baz.exe > > Do you see the issue now? I'm afraid not, because the above works fine in Win95 and Win98, e.g. Try: start c:/windows/notepad.exe ...under command.com, and I believe

Re: Patch for missing shell commands in rc2

2006-03-27 Thread Eli Zaretskii
> From: "J. David Bryan" <[EMAIL PROTECTED]> > Date: Mon, 20 Mar 2006 21:04:01 -0500 > > Make is missing a number of cmd.exe shell commands that are present in > NT/2000/XP. The patch below adds them. It also removes a duplicate entry > for the "if" command. This patch is against 3.81rc2. Th

Re: Any active maintainers using MinGW/MSYS?

2006-03-27 Thread Earnie Boyd
Quoting "Paul D. Smith" <[EMAIL PROTECTED]>: %% Eli Zaretskii <[EMAIL PROTECTED]> writes: >> 3) Find all references in the source to __CYGWIN__ or __CYGWIN32__ and >> add or replace it with __MSYS__; if there are any. ez> This seems to suggest that such a change should be made in the Make