Error in code block [closed]
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.
精彩评论