= 2.16" not found, please set GLIB_CFLAGS and GLIB_LIBS">

configure: error: pkg-config and "glib-2.0 >= 2.16" not found, please set GLIB_CFLAGS and GLIB_LIBS

 

configure: error: pkg-config and "glib-2.0 >= 2.16" not found, please set GLIB_CFLAGS and GLIB_LIBS to the correct values or pass --with-internal-glib to configure

解决办法:

 

# ./autogen.sh --with-internal-glib
 
或者
 
# ./configure --with-internal-glib
 
http://www.freedesktop.org/wiki/Software/pkg-config
http://stackoverflow.com/questions/12262925/linux-glib-needs-pkg-config-and-pkg-config-needs-glib

 

 

 

你可能感兴趣的:(configure: error: pkg-config and "glib-2.0 >= 2.16" not found, please set GLIB_CFLAGS and GLIB_LIBS)