X-Spam-Check-By: sourceware.org Message-ID: <468B5B15.9328C0C@dessent.net> Date: Wed, 04 Jul 2007 01:32:21 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Angelo Graziosi 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: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 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. 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/