| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Wed, 04 Jul 2007 19:39:12 +1200 |
| From: | Danny Smith <dannysmith AT clear DOT net DOT nz> |
| Subject: | RE: Decimal float and the Cygwin build of GFortran. |
| In-reply-to: | <Pine.OSF.4.21.0707040913090.14794-100000@ax0rm1.roma1.infn.it> |
| To: | "'Angelo Graziosi'" <Angelo DOT Graziosi AT roma1 DOT infn DOT it>, fortran AT gcc DOT gnu DOT org |
| Cc: | gcc AT gcc DOT gnu DOT org, cygwin AT cygwin DOT com |
| Message-id: | <002001c7be0e$6bb54590$426d65da@THOMAS> |
| MIME-version: | 1.0 |
| X-Mailer: | Microsoft Outlook, Build 10.0.2627 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Angelo Graziosi
Wednesday, 4 July 2007 7:19 p.m.
>
>
>
> 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 ?
Adding --enable-decimal-float=bid works for me
Danny
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |