Anyone knows why this doesnt work in gcc

#include <ieeefp.h>

int main(){
        fp_rnd rnd = FP_RM;
        fpsetround(rnd);
}

gcc test.c -lm
:undefined reference to `fpsetround'

Anyone knows what file I need to link to get this function?
Or am i doing something wrong?? Or fpsetround is not available
on cygwin yet! If not, anyone has ideas, how I can hack it on
my PIII? Assembly/asm???

Thanks,
--Piyush

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to