Re: pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 12:04:32PM -0700, Yitzchak Scott-Thoennes wrote:
> On Tue, Aug 03, 2004 at 11:39:59AM -0700, Yitzchak Scott-Thoennes wrote:
> > On Tue, Aug 03, 2004 at 02:20:02PM -0400, Christopher Faylor wrote:
> > > http://www.netlib.org/cephes/128bdoc.html
> > 
> > Perhaps I didn't persevere through enough pages of results.
> > I only got a link to www.netlib.org/cephes/ldoubdoc.html, which didn't
> > actually have a link to the code, so I went on to the next hit.
> > 
> > Thanks for the link, anyway.
> 
> Hmm.  that 128bit.tgz uses gcc -msoft-quad-float which is unknown.
> Removing it produces lots of warnings, and errors in sqrtll.spa.
> 
> I'm trying ldouble.tgz and eval.tgz from http:/www.netlib.org/cephes/
> It at least links a library though the test program doesn't successfully
> compile.

Sigh.  No modfl.

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



Re: pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 11:39:59AM -0700, Yitzchak Scott-Thoennes wrote:
> On Tue, Aug 03, 2004 at 02:20:02PM -0400, Christopher Faylor wrote:
> > On Tue, Aug 03, 2004 at 11:02:45AM -0700, Yitzchak Scott-Thoennes wrote:
> > >On Tue, Aug 03, 2004 at 01:55:41PM -0400, Christopher Faylor wrote:
> > >>On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes wrote:
> > >>>Can anybody point me to a library I can compile and use that would
> > >>>provide some of the functions missing from newlib?  I need sqrtl,
> > >>>frexpl, and modfl.
> > >>
> > >>Have you tried typing "long double library" into google?
> > >
> > >Yes.
> > 
> > So don't keep us in suspense.  What was wrong with the "long double
> > library" that pops up when you do that:
> > 
> > http://www.netlib.org/cephes/128bdoc.html
> 
> Perhaps I didn't persevere through enough pages of results.
> I only got a link to www.netlib.org/cephes/ldoubdoc.html, which didn't
> actually have a link to the code, so I went on to the next hit.
> 
> Thanks for the link, anyway.

Hmm.  that 128bit.tgz uses gcc -msoft-quad-float which is unknown.
Removing it produces lots of warnings, and errors in sqrtll.spa.

I'm trying ldouble.tgz and eval.tgz from http:/www.netlib.org/cephes/
It at least links a library though the test program doesn't successfully
compile.

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



Re: pointers to long double library

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 11:39:59AM -0700, Yitzchak Scott-Thoennes wrote:
>On Tue, Aug 03, 2004 at 02:20:02PM -0400, Christopher Faylor <[EMAIL PROTECTED]> 
>wrote:
>> http://www.netlib.org/cephes/128bdoc.html
>
>Perhaps I didn't persevere through enough pages of results.
>I only got a link to www.netlib.org/cephes/ldoubdoc.html, which didn't
>actually have a link to the code, so I went on to the next hit.
>
>Thanks for the link, anyway.

If you type "long double library" (with quotes) in the google search
box, this is the first hit.

cgf

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



Re: pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 02:20:02PM -0400, Christopher Faylor <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 03, 2004 at 11:02:45AM -0700, Yitzchak Scott-Thoennes wrote:
> >On Tue, Aug 03, 2004 at 01:55:41PM -0400, Christopher Faylor wrote:
> >>On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes wrote:
> >>>Can anybody point me to a library I can compile and use that would
> >>>provide some of the functions missing from newlib?  I need sqrtl,
> >>>frexpl, and modfl.
> >>
> >>Have you tried typing "long double library" into google?
> >
> >Yes.
> 
> So don't keep us in suspense.  What was wrong with the "long double
> library" that pops up when you do that:
> 
> http://www.netlib.org/cephes/128bdoc.html

Perhaps I didn't persevere through enough pages of results.
I only got a link to www.netlib.org/cephes/ldoubdoc.html, which didn't
actually have a link to the code, so I went on to the next hit.

Thanks for the link, anyway.

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



Re: pointers to long double library

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 11:02:45AM -0700, Yitzchak Scott-Thoennes wrote:
>On Tue, Aug 03, 2004 at 01:55:41PM -0400, Christopher Faylor wrote:
>>On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes wrote:
>>>Can anybody point me to a library I can compile and use that would
>>>provide some of the functions missing from newlib?  I need sqrtl,
>>>frexpl, and modfl.
>>
>>Have you tried typing "long double library" into google?
>
>Yes.

So don't keep us in suspense.  What was wrong with the "long double
library" that pops up when you do that:

http://www.netlib.org/cephes/128bdoc.html

?

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



Re: pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 01:55:41PM -0400, Christopher Faylor wrote:
> On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes wrote:
> >Can anybody point me to a library I can compile and use that would provide
> >some of the functions missing from newlib?  I need sqrtl, frexpl, and modfl.
> 
> Have you tried typing "long double library" into google?

Yes.

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



Re: pointers to long double library

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes wrote:
>Can anybody point me to a library I can compile and use that would provide
>some of the functions missing from newlib?  I need sqrtl, frexpl, and modfl.

Have you tried typing "long double library" into google?

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