X-Spam-Check-By: sourceware.org Date: Wed, 4 Jul 2007 09:19:14 +0200 (MET DST) From: Angelo Graziosi To: fortran AT gcc DOT gnu DOT org cc: gcc AT gcc DOT gnu DOT org, cygwin AT cygwin DOT com Subject: Decimal float and the Cygwin build of GFortran. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I have build GFortran under Cygwin configuring with: ./configure --prefix=${prefix_dir} \ --enable-languages=c,fortran \ --enable-bootstrap \ --enable-libgomp \ --enable-threads \ --enable-sjlj-exceptions \ --enable-version-specific-runtime-libs \ --enable-nls \ --enable-werror \ --enable-checking=release \ --disable-libmudflap \ --disable-shared \ --disable-win32-registry \ --with-system-zlib \ --without-included-gettext \ --without-x The build gives, a few times, this warning: --------------------------------------------------- ... checking for valgrind.h... no configure: WARNING: decimal float is not supported for this target ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ checking whether make sets $(MAKE)... yes ... --------------------------------------------------- A few months ago this did not happen (same building procedure). So, have you an idea about this ? TIA, Angelo. -- 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/