开发者

Error in code block [closed]

开发者 https://www.devze.com 2023-04-01 03:41 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
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

精彩评论

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

关注公众号