undefined reference to `sqrt' 2018-08-26 本文已影响40人 阳明先生_X自主 在gcc下用到数学函数,如sqrt。在gcc时要加上 -lm 参数,这样告诉编译器我要用到数学函数了 。 https://blog.csdn.net/jubincn/article/details/7659682