- 积分
- 25225
- 威望
- 1544
- 金钱
- 6
- 阅读权限
- 110
- 性别
- 女
- 来自
- china
- 在线时间
- 4221 小时
|
13#
发表于 2007-5-21 20:03
| 只看该作者
原帖由 babykatze 于 2007-5-21 18:44 发表
Since the functions are not compiled in the standard lib but in
"libm", you need to use "-lm" option when linking the code. e.g. gcc -lm filename.c -o filename
有点没看懂,再琢磨琢磨。
谢谢。 |
|