Jump to content
Compatible Support Forums
Sign in to follow this  
mblanco2000

CONFIG_PATH

Recommended Posts

I am running ./configure for gxine and I get the following out put. I have installed glib2.x but not sure how to link it to my PKG_CONFIG_PATH

 

 

checking for glib-2.0 >= 2.0.0... Package glib-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `glib-2.0.pc'

to the PKG_CONFIG_PATH environment variable

No package 'glib-2.0' found

 

 

MB

Share this post


Link to post
Code:
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:path_to_the_directory_containing_glib-2.0.pc

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×