X-Spam-Check-By: sourceware.org Date: Fri, 1 Dec 2006 08:57:35 -0500 From: Bob Rossi To: cygwin AT cygwin DOT com Cc: autoconf AT gnu DOT org Subject: Re: cygwin -mno-cygwin AC_CHECK_SIZEOF Message-ID: <20061201135735.GM19404@cox.net> Mail-Followup-To: cygwin AT cygwin DOT com, autoconf AT gnu DOT org References: <20061201023212 DOT GH19404 AT cox DOT net> <456FA8DD DOT 3030409 AT byu DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.12-2006-07-14 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 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/