Re: make3.81-beta4 mingw not failing on error?

2006-03-10 Thread Eli Zaretskii
> Date: Mon, 27 Feb 2006 13:16:45 -0500 > From: "Paul D. Smith" <[EMAIL PROTECTED]> > Cc: GNU Make help , make-w32@gnu.org > > %% Matt England <[EMAIL PROTECTED]> writes: > > me> Preliminary results in complex (but not all) conditions show that > me> make3.81-beta4 compiled under mingw does n

Re: make 3.80 binary

2006-03-10 Thread nusret
cl.exe is the microsoft C/C++ compiler. If you don't have it, you can download command line tools from microsoft site. Google will return the link. But, you may find a binary package at www.mingw.org; they renamed the make to ming32-make for some reasons, though. --- "Aaron R. Short" <[EMAIL PROT

FWD: make 3.81rc1 / MSYS

2006-03-10 Thread Paul D. Smith
Hi guys; can you take a look at these updates? David; as for the changes to config.guess and config.sub, I download fresh copies of those files from the GNU config site every time I build a release; those files aren't stored in the GNU make repository at all. You'll need to forward those changes t

Re: Make for the PC

2006-03-10 Thread Greg Chicares
On 2006-3-10 17:57 UTC, Fechser, Dave wrote: > > I'm looking for a version of make that runs on the PC If you want a precompiled binary, one place to get it is mingw.org ___ Make-w32 mailing list Make-w32@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Any active maintainers using MinGW/MSYS?

2006-03-10 Thread J. Grant
Hi! [...] Building a native make with MSYS isn't the issue. Using the native make within MSYS may be. Is there a document which describes the process of building an MSYS runtime GNU Make executable? Or could you give it a try and run the testsuite to check it for us..? Kind regards JG _

Re: Any active maintainers using MinGW/MSYS?

2006-03-10 Thread Greg Chicares
[trimmed distribution, as my question is msw-specific] On 2006-3-8 4:48 UTC, Eli Zaretskii wrote: > > I do use MinGW. MinGW is just the native Windows ports of GNU > software, such as GCC and Make. The compiler I use is GCC in its > MinGW port, but I don't use MSYS and its runtime DLL, so the p

Re: make3.81-beta4 mingw not failing on error?

2006-03-10 Thread Paul D. Smith
%% Matt England <[EMAIL PROTECTED]> writes: me> Preliminary results in complex (but not all) conditions show that me> make3.81-beta4 compiled under mingw does not always stop when me> experiencing an error while executing commands in a rule. me> I can provide more details tomorrow (after

Re: Make for the PC

2006-03-10 Thread Paul D. Smith
%% Regarding Make for the PC; %% "Fechser, Dave" <[EMAIL PROTECTED]> writes: fd> My name is Dave Fechser and I work for LSI Logic, Inc. I'm fd> looking for a version of make that runs on the PC and was directed fd> to this mailing list from gnu.org. fd> Can anyone tell me where to get a

Make for the PC

2006-03-10 Thread Fechser, Dave
Title: Make for the PC My name is Dave Fechser and I work for LSI Logic, Inc. I'm looking for a version of make that runs on the PC and was directed to this mailing list from gnu.org. Can anyone tell me where to get a PC compatible make? Thanks, Dave Fechser ___

Re: Make-w32 Digest, Vol 39, Issue 6

2006-03-10 Thread Michał Dziczkowski
If You want to do make on Windows kind systems I'd offer You a free software named Dev-CPP (It's contains 'make'). You must only download CVS and configure it in the app. ;-) Michal Dziczkowski Michał Dziczkowski ___ Make-w32 mailing list Make-w32@gn

Re: make-3.81rc1 mingw not failing on 'g++ -M' error

2006-03-10 Thread Eli Zaretskii
> Date: Tue, 07 Mar 2006 23:04:29 -0600 > From: Matt England <[EMAIL PROTECTED]> > Cc: "Matthew England" <[EMAIL PROTECTED]>,make-w32@gnu.org > > At 3/7/2006 10:55 PM, Eli Zaretskii wrote: > >Well, please show us such rule with that problem. We need to see the > >details, and preferably some way

Re: make3.81-beta4 mingw not failing on error?

2006-03-10 Thread Matt England
Greg, Your testing feedback is fantastic, it's just what I seek. Thank you very much. Here's my summary interpretation of at least one data point that I feel is pertinent: Running from msys's own bash.exe/sh.exe... $/c/msys/1.0/bin/make main.exe ...produces the result I want, while... $.

Re: make3.81-beta4 mingw not failing on error?

2006-03-10 Thread J. Grant
Hi! [...] I *want* the build to choke on the 'g++ -M' line, and yes, I know the headers aren't there. The point is that the build currently does **not stop** when it __should stop__ because the headers are not there (and which means I have something wrong with the build). At first look it

Re: make3.81-beta4 mingw not failing on error?

2006-03-10 Thread Greg Chicares
On 2006-3-8 3:31 UTC, Matt England wrote: > > Thanks for helping helping out with this, this was just the sort of > testing I'm seeking. > > At 3/7/2006 09:14 PM, Greg Chicares wrote: > [...] >> /c/tmp/me_make-test[2]$../make-3.81beta4/make >> g++ -c main.cpp -o main.o >> main.cpp:1:21: sys/msg

Re: make3.81-beta4 mingw not failing on error?

2006-03-10 Thread Matt England
At 3/7/2006 08:46 PM, Greg Chicares wrote: On 2006-3-7 20:42 UTC, Matt England wrote: > > For what it's worth, you'll get feedback much more quickly if you just > take the files and run them yourself. (Can I make a .tar.gz attachment > to these emails to make it easier? I'll try with this note.

Re: Any active maintainers using MinGW/MSYS?

2006-03-10 Thread Earnie Boyd
Quoting Eli Zaretskii <[EMAIL PROTECTED]>: Date: Tue, 07 Mar 2006 16:12:56 -0600 From: Matt England <[EMAIL PROTECTED]> Cc: "Matthew England" <[EMAIL PROTECTED]>,Eli Zaretskii <[EMAIL PROTECTED]>, help-make@gnu.org,make-w32@gnu.org Just to make sure: there's no developers/maintainers on the m

Re: Any active maintainers using MinGW/MSYS?

2006-03-10 Thread Eli Zaretskii
> Date: Tue, 7 Mar 2006 17:28:28 -0500 > Cc: Eli Zaretskii <[EMAIL PROTECTED]>, help-make@gnu.org, make-w32@gnu.org > From: "Paul D. Smith" <[EMAIL PROTECTED]> > > Unfortunately, I really don't have any one designated maintainer for > each port. I have a few "usual suspects" that I talk to for mo

Re: make-3.81rc1 mingw not failing on 'g++ -M' error

2006-03-10 Thread Matt England
At 3/7/2006 10:55 PM, Eli Zaretskii wrote: Well, please show us such rule with that problem. We need to see the details, and preferably some way to reproduce it with a relatively simple example Makefile. Please correct me if I'm mistaken, but I believe that's exactly what I provided. Greg wa

Re: make3.81-beta4 mingw not failing on error?

2006-03-10 Thread Eli Zaretskii
> Date: Tue, 07 Mar 2006 14:42:56 -0600 > From: Matt England <[EMAIL PROTECTED]> > Cc: Eli Zaretskii <[EMAIL PROTECTED]>,"Matthew England" <[EMAIL PROTECTED]>, > help-make@gnu.org,make-w32@gnu.org > > At 3/7/2006 01:44 PM, Paul D. Smith wrote: > >The "set -e", in a POSIX shell, turns on "exit on