undefined reference to `dlclose' `dlopen' `dlsym'

解决的方法是在 ./configure 后面加上参数LDFLAS=‘-ldl’:spa make clean   ./configure LDFLAGS=-ldl 或 LOCAL_LDFLAGS := -ldl  make   sudo make install
相关文章
相关标签/搜索