error : libtool: link: unsupported hardcode properties

在网上找到这么一段代码:

 if test "$lib_linked" != yes; then
	      $echo "$modename: configuration error: unsupported hardcode properties"
	      exit $EXIT_FAILURE
	    fi

大概意思应该就是库的连接出了问题。加上配置参数就可以解决问题

PKG_CONFIG_PATH=/phone/lib/pkgconfig 

路径根据实际情况而定!

你可能感兴趣的:(properties,Path)