Код:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I/usr/src/include/ -I/usr/local/include -I/usr/local/include -MT creguserinfo.lo -MD -MP -MF .deps/creguserinfo.Tpo -c creguserinfo.cpp -fPIC -DPIC -o .libs/creguserinfo.o
In file included from /usr/include/g++/bits/locale_facets.tcc:41,
from /usr/include/g++/locale:47,
from /usr/include/g++/bits/ostream.tcc:37,
from /usr/include/g++/ostream:535,
from /usr/include/g++/iostream:45,
from creguserinfo.h:22,
from creguserinfo.cpp:28:
/usr/include/g++/cmath:107: error: `acosf' not declared
/usr/include/g++/cmath:110: error: `asinf' not declared
/usr/include/g++/cmath:113: error: `atanf' not declared
/usr/include/g++/cmath:116: error: `atan2f' not declared
/usr/include/g++/cmath:119: error: `ceilf' not declared
/usr/include/g++/cmath:122: error: `coshf' not declared
/usr/include/g++/cmath:125: error: `expf' not declared
/usr/include/g++/cmath:128: error: `floorf' not declared
/usr/include/g++/cmath:131: error: `fmodf' not declared
/usr/include/g++/cmath:134: error: `frexpf' not declared
/usr/include/g++/cmath:137: error: `ldexpf' not declared
/usr/include/g++/cmath:140: error: `logf' not declared
/usr/include/g++/cmath:143: error: `log10f' not declared
/usr/include/g++/cmath:146: error: `modff' not declared
/usr/include/g++/cmath:149: error: `powf' not declared
/usr/include/g++/cmath:152: error: `sinhf' not declared
/usr/include/g++/cmath:155: error: `tanf' not declared
/usr/include/g++/cmath:158: error: `tanhf' not declared
/usr/include/g++/cmath: In function `float std::acos(float)':
/usr/include/g++/cmath:184: error: `acosf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::asin(float)':
/usr/include/g++/cmath:204: error: `asinf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::atan(float)':
/usr/include/g++/cmath:222: error: `atanf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::atan2(float, float)':
/usr/include/g++/cmath:240: error: `atan2f' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::ceil(float)':
/usr/include/g++/cmath:260: error: `ceilf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::cosh(float)':
/usr/include/g++/cmath:288: error: `coshf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::exp(float)':
/usr/include/g++/cmath:306: error: `expf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::floor(float)':
/usr/include/g++/cmath:334: error: `floorf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::fmod(float, float)':
/usr/include/g++/cmath:352: error: `fmodf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::frexp(float, int*)':
/usr/include/g++/cmath:372: error: `frexpf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::ldexp(float, int)':
/usr/include/g++/cmath:391: error: `ldexpf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::log(float)':
/usr/include/g++/cmath:411: error: `logf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::log10(float)':
/usr/include/g++/cmath:429: error: `log10f' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::modf(float, float*)':
/usr/include/g++/cmath:447: error: `modff' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::pow(float, float)':
/usr/include/g++/cmath:486: error: `powf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::sinh(float)':
/usr/include/g++/cmath:528: error: `sinhf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::tan(float)':
/usr/include/g++/cmath:556: error: `tanf' undeclared in namespace `
__gnu_cxx::__c99_binding'
/usr/include/g++/cmath: In function `float std::tanh(float)':
/usr/include/g++/cmath:574: error: `tanhf' undeclared in namespace `
__gnu_cxx::__c99_binding'
*** Error code 1
Stop in /root/p2p/verlihub/src.
*** Error code 1
Stop in /root/p2p/verlihub (line 286 of Makefile).
*** Error code 1
Stop in /root/p2p/verlihub (line 190 of Makefile).
Гуглил - ответа не нашёл... Что посоветуете?