c - gcc wont find sqrt even with -lm parameter -


i using sqrt in .c file , including math.h this. when compiling -lm flag still prompts me "undefined reference `sqrt'"

how supposed solved?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -