X-Spam-Check-By: sourceware.org From: Eli Zaretskii To: "William A. Hoffman" CC: cygwin AT cygwin DOT com In-reply-to: <6.2.3.4.2.20060816092323.0b449ad0@pop.nycap.rr.com> (billlist@nycap.rr.com) Subject: Re: change in behavior of make from 3.80 to 3.81 Reply-to: Eli Zaretskii References: <17632 DOT 65094 DOT 528377 DOT 623813 AT segfault DOT lan> <009a01c6bfff$934e8480$a501a8c0 AT CAM DOT ARTIMI DOT COM> <6 DOT 2 DOT 0 DOT 14 DOT 2 DOT 20060814213115 DOT 093f2a40 AT pop DOT nycap DOT rr DOT com> <20060815031725 DOT GB18949 AT trixie DOT casa DOT cgf DOT cx> <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060815083334 DOT 07ab5470 AT pop DOT nycap DOT rr DOT com> <20060815210221 DOT GB4783 AT trixie DOT casa DOT cgf DOT cx> <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060816092323 DOT 0b449ad0 AT pop DOT nycap DOT rr DOT com> Message-Id: Date: Thu, 17 Aug 2006 04:31:57 -0400 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 > Date: Wed, 16 Aug 2006 09:34:36 -0400 > From: "William A. Hoffman" > > Actually no, MinGW make is not working for what used to work with cygwin > make. It has a nasty habit of changing cl's command line arguments > like /GZ into c:/msys/1.0/GZ. I think this is the MSYS Make, not what I call ``the MinGW Make''. The latter is produced by building the original Make 3.81 sources with the MinGW compiler via the build_w32.bat batch file included in the source tarball. If you look in the official Make sources, you will not find any code that changes /GZ into something else; in fact, the native Windows build doesn't change anything in the command-line options of the command being invoked, IIRC. -- 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/