c - gcc wont find sqrt even with -lm parameter -
this question has answer here:
i using sqrt in .c file , including math.h this. when compiling -lm flag still prompts me "undefined reference `sqrt'"
how supposed solved?
this question has answer here:
i using sqrt in .c file , including math.h this. when compiling -lm flag still prompts me "undefined reference `sqrt'"
how supposed solved?
Comments
Post a Comment