Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Thu, 15 Mar 2001 10:29:22 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com, autoconf AT gnu DOT org Subject: Re: updated win32 macro Message-ID: <20010315102922.B1727@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com, autoconf AT gnu DOT org References: <035401c0ac91$3ba21fd0$0200a8c0 AT lifelesswks><022001c0accf$29b724d0$0200a8c0 AT lifelesswks><007f01c0ad2e$f3dc5d20$0200a8c0 AT lifelesswks><00a301c0ad32$57ad0220$0200a8c0 AT lifelesswks><00c801c0ad36$01ec3370$0200a8c0 AT lifelesswks><011a01c0ad41$c0fbc9a0$0200a8c0 AT lifelesswks> <01b801c0ad4b$9b2f1380$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <01b801c0ad4b$9b2f1380$0200a8c0@lifelesswks>; from robert.collins@itdomain.com.au on Thu, Mar 15, 2001 at 11:29:34PM +1100 On Thu, Mar 15, 2001 at 11:29:34PM +1100, Robert Collins wrote: >Neato.. But can we put CFLAGS="$WIN32FLAGS $CFLAGS" or will that break >other things? AFAIK (Chris - any comment) the -mwin32 needs to go >first.. It breaks builds from the gcc or gdb build trees which override CFLAGS from the top level. In my current tree, I've had to add additional stuff to the Makefile to get things to work. I think that setting CC=stuff will suffer from the same problem. So, I think we will have to make changes to both configure.in and Makefile.in, unfortunately. cgf