[uClibc]About using uClibc pow(double,double) function

ikki ikki2001 at seed.net.tw
Fri Dec 14 07:55:01 UTC 2001


My Config  file  use  follow  setting.
....
HAS_FLOATING_POINT = true
HAS_LIBM_FLOAT = true
HAS_LIBM_DOUBLE = true
HAS_LIBM_LONG_DOUBLE = true 
HAS_LONG_LONG = true
.....

When  i  make it  completely.
I  found  uClibc_config.h using follow setting.

...
#define __UCLIBC_HAS_FLOATS__ 1
#define __UCLIBC_HAS_LIBM_FLOAT__ 1
#define __UCLIBC_HAS_LIBM_DOUBLE__ 1
#undef __UCLIBC_HAS_LIBM_LONG_DOUBLE__
#define __UCLIBC_HAS_LONG_LONG__ 1
...
So.  I can't  use  pow( doublie,double)  function.
Did i make  anything  roung?
 






More information about the uClibc mailing list