autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cygwin -mno-cygwin AC_CHECK_SIZEOF


From: Bob Rossi
Subject: Re: cygwin -mno-cygwin AC_CHECK_SIZEOF
Date: Fri, 1 Dec 2006 08:57:35 -0500
User-agent: Mutt/1.5.12-2006-07-14

On Thu, Nov 30, 2006 at 11:57:41PM -0500, Igor Peshansky wrote:
> On Thu, 30 Nov 2006, Eric Blake wrote:
> > Or experiment with the recent add-on to cygwin's bash, where exporting
> > SHELLOPTS with the cygwin-specific shell option igncr set will tell
> > subsequent /bin/sh invocations to strip \r from command substitution.
> 
> Although this might work.

OK, this worked. Or at least seemed to work. Here is what I did

bash -o igncr

CPPFLAGS="-mno-cygwin" CFLAGS="-mno-cygwin -O0" 
./configure --build=mingw32 --enable-experimental-libtool 

Now, should I use this as a temporary solution, and fix autoconf?

Thanks,
Bob Rossi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]