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]

missing declaration for floorl


The random nubers package in http://www.agner.org/random/ uses function
floorl. It is present in the cygwin g++ library
(/lib/gcc/i686-pc-cygwin/3.4.4/libstdc++.a), but is not declared in any of
the header files (cd /usr/include; grep -rI floorl). If I declare it:
    long double floorl(long double x);
then I can call it, link it, and get the correct result.

Should math.h be augmented with the declaration of floorl?

Thanks, Fred Hansen



      ____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 

Attachment: cygcheck-s-v-r
Description: 1051578768-cygcheck-s-v-r

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