On 05/03/13 00:25, Fred wrote: > I need to compile a program which requires glib-2.0. I installed the > libglib2.0-0 package but the (app.) configure script can't find glib because > there is no .pc file which pkg-config can find. How can I resolve this? .pc files are shipped in -dev packages, so you also need libglib2.0-dev. Emilio