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/