linux下安装pkg-config时遇到"glib-2.0>=2.16"的错

解决办法

如报错提示所述,加上:--with-internal-glib

./configure --with-internal-glib

参考链接:

http://stackoverflow.com/questions/12262925/linux-glib-needs-pkg-config-and-pkg-config-needs-glib

http://blog.csdn.net/ldl22847/article/details/8575149

版权所有,转载请注明出处 http://www.cnblogs.com/read-the-spring-and-autumn-annals-in-night/
原文地址:https://www.cnblogs.com/read-the-spring-and-autumn-annals-in-night/p/3975804.html