摘要:在CentOS上,Makefile中动态链接库的位置放在源码文件名的前面和后面都可以,而在ubuntu中LIBS必须放到源文件名的后面,否则会碰到下面的问题:I am currently using gcc to compile and I need to use<math.h>. Problem is that it won't recognize the library. I have also tried-lmand nothing. The function I tried to use wasceil()and I get the following error:
阅读全文
posted @ 2012-04-21 15:53
浙公网安备 33010602011771号