This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Detecting the need for -mwin32 in newer cygwin gcc's


On Wed, Mar 07, 2001 at 11:49:07PM -0300, Alexandre Oliva wrote:
>On Mar  7, 2001, Christopher Faylor <cgf@redhat.com> wrote:
>
>> Basically, I think we need something like a AC_PROG_GCC_USES_MWIN32.
>
>I have mixed feelings about having this macro in autoconf.  On one
>hand, it would be kind of promoting the use of proprietary software.
>On the other, I see it would be a convenience for projects that really
>need it, even though it could probably live with CFLAGS='-mwin32 -g -O2'.

How would someone "live with" this method?  Are you advocating adding
a separate cygwin target check which adds the -mwin32 flag to CFLAGS
or are you saying that there should be an INSTALL file which says
"Please make sure to use "CFLAGS=-mwin32 -g -O2" when you run configure?"

I really don't have a strong need for this.  I just thought that adding
a standard macro would make life easier for people writing configure.in's
in the future.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]