开发者

Error in code block [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. 开发者_StackOverflow社区

I am getting two errors in code block which I am not able to remove. I think they are linking errors:

ld   can't find -lc  
ld   can't find -lm


Ensure you have set correctly LD_LIBRARY_PATH for searching library path. The linker is looking for static library files libc.a and libm.a. They are standard c library and math library.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜