|
我在debian下编译C程序,需要用到sqrt() 函数,通常在/usr/include/math.h中有,但
我的math里面没一个数学函数,别的目录下倒是有math.h,但把别的考到/usr/include/
下,编译时也是报错,
In file included from /usr/include/math.h:18,
from /usr/include/math.h:18,
from /usr/include/math.h:18,
from program.c:2:
/usr/include/math.h:18:10: #include nested too deeply
哪位知道,请帮忙!
:help
:thank |
|