This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: cygwin -mno-cygwin AC_CHECK_SIZEOF
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
--
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/