public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "N. C." <necrocowmoo@gmail.com>
To: cygwin@cygwin.com
Subject: Re: newlib and long-double question
Date: Sun, 10 Apr 2011 10:25:00 -0000	[thread overview]
Message-ID: <BANLkTi=LAnmGNaF-MXS5ZUp23TFq9rCDoA@mail.gmail.com> (raw)
In-Reply-To: <BANLkTikd0e3xrD_NS+HFbaSmwFd-YzkBLw@mail.gmail.com>

On 4/9/11, marco atzeri <marco.atzeri@gmail.com> wrote:
> On Sat, Apr 9, 2011 at 6:05 PM, Christopher Faylor  wrote:
>> On Sat, Apr 09, 2011 at 08:20:13AM -0700, Necro Cow wrote:
>>>Hello.
>>>
>>>I have recently discovered that the cygwin version I am using (1.7.7)
>>>doesn't support many long-double function, like sqrtl, modfl, frexpl,
>>>etc.
>>>
>>>I have been reading on newlib's website, sourceware.org/newlib, that
>>>as of version 1.18.0, such long-double functions are now supported.
>>>(http://sourceware.org/ml/newlib/2009/msg01135.html)
>
> further the newlib announce says:
> * long double math routines added for platforms where LDBL == DBL
>
> so in reality you gain no additional performance on the double.
>
>>>
>>>What I can't seem to find out is, what version of newlib is in the
>>>newest release of cygwin, and if it has this better support for
>>>long-double functions.
>>
>> Cygwin uses whatever is in the newlib tree as of its release date.  That
>> means that since Cygwin 1.7.7-1 was released in August 2010* it would
>> incorporate any newlib changes from 2009.  That doesn't mean that we would
>> export every single thing that newlib provides, however.  If functionality
>> is missing that means that no one has taken the time to get it working in
>> the Cygwin DLL.
>>
>> cgf
>>
>> *http://sourceware.org/ml/cygwin-announce/2010-08/msg00035.html
>>
>
> on 1.7.8 most of the missing "double" function were added
> http://sourceware.org/ml/cygwin-announce/2011-03/msg00000.html
>
> I thought to implement also the long double but as doubles are 64 bit
> and long doubles are just 80 bits on windows, I found the effort not worth.
>
> Marco

I have fully updated my cygwin tp 1.7.9(0.237/5/3) and I still get
this error when I try to build Perl (5.12.3 in this case but same with
other versions) with uselongdouble enabled in the Configure script,
which fails with:

*** You requested the use of long doubles but you do not seem to have
*** the following mathematical functions needed for long double support:
***     sqrtl modfl frexpl
*** Please rerun Configure without -Duselongdouble and/or -Dusemorebits.
*** Cannot continue, aborting.


On a Linux system that I have access to, I see that those functions
are in /lib/libm.* but cygwin's /lib/libm.* still seems to lack them.
Is there any work around or alternate version ofthis lib that actually
has these functions. I honestly do not mean to be rude, but how
difficult is it to impliment these functions which seem so common in
most unix-like systems? Or did nothing not get updated when I updated
cygwin?

Thanks,

M. C

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2011-04-09 21:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09 21:07 Necro Cow
2011-04-09 21:10 ` Christopher Faylor
2011-04-09 22:04   ` marco atzeri
2011-04-10 10:25     ` N. C. [this message]
2011-04-10 11:28       ` marco atzeri
2011-04-10 12:25         ` Sisyphus
2011-04-10 12:49           ` Hugh Myers
2011-04-10 13:33             ` Sisyphus
2011-04-10 15:33               ` Hugh Myers
2011-04-10 17:51                 ` Sisyphus
2011-04-10 18:48               ` Tim Prince
2011-04-11 17:45                 ` N. C.
2011-04-12  2:31             ` N. C.
2011-04-18 11:43               ` Corinna Vinschen
2011-04-10 20:05       ` Reini Urban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=LAnmGNaF-MXS5ZUp23TFq9rCDoA@mail.gmail.com' \
    --to=necrocowmoo@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).