delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2007/07/04/04:33:12

X-Spam-Check-By: sourceware.org
Message-ID: <468B5B15.9328C0C@dessent.net>
Date: Wed, 04 Jul 2007 01:32:21 -0700
From: Brian Dessent <brian AT dessent DOT net>
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
MIME-Version: 1.0
To: Angelo Graziosi <Angelo DOT Graziosi AT roma1 DOT infn DOT it>
CC: fortran AT gcc DOT gnu DOT org, gcc AT gcc DOT gnu DOT org, cygwin AT cygwin DOT com
Subject: Re: Decimal float and the Cygwin build of GFortran.
References: <Pine DOT OSF DOT 4 DOT 21 DOT 0707040913090 DOT 14794-100000 AT ax0rm1 DOT roma1 DOT infn DOT it>
X-IsSubscribed: yes
Reply-To: cygwin AT cygwin DOT com
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.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 wrote:

>             ./configure --prefix=${prefix_dir} \

According to the documentation you should not do this (build in the same
dir as the source.)

> A few months ago this did not happen (same building procedure).

The warning is correct because libdecnumber is only supported on linux. 
See e.g. <http://gcc.gnu.org/ml/gcc/2007-06/msg00079.html> or
libdecnumber/configure.ac:

  case $target in
    powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux*)
      enable_decimal_float=yes
      ;;
    *)
      enable_decimal_float=no
      ;;
  esac

If it didn't print the warning in the past I don't think you can
conclude much of anything, other than the lack of a warning was a bug
that was fixed.  Whether or not the library actually works on Cygwin if
you force it to build is something you'd have to determine through
experimentation, however it seems clear that its maintainers don't
expect it to, or at least haven't tested it there.

Brian

--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019