This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin Perl and -Duselongdouble


On Jul 26 22:09, Sisyphus wrote:
> Hi,
> I'd like to have a perl on Cygwin built with -Duselongdouble, so I tried 
> building blead (5.9.5) from source with:
> 
> ./configure -de -Dusemorebits -Dprefix=~/Rob -Dusethreads -Uusemymalloc 
> -Doptimize=-O3 -Dusedevel
> 
> but that failed, culminating as follows:
> 
> ----------------------------
> .
> .
> sqrtl() NOT found.
> 
> scalbnl() NOT found.
> 
> modfl() NOT found.
> 
> modfl() prototype NOT found.
> 
> *** 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.
> ----------------------------

Long double functions are not supported by newlib so far.  There are a
couple of C99 functions not available in newlib.  Volunteers implementing
these functions in a license compatible way (BSD, not GPL) in newlib
are always welcome.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]