Program compile problem (glib pkg-config)

I need to compile a program which uses glib-2.0. I installed the package libglib2.0-0 but the configure script can't find it because the libglib package doesn't provide a .pc file which pkg-config looks for. How can I resolve this?

Debian 6.0 (SPARC)

You probably need to install the matching ...-devel package. Most binary distributions split libraries into the parts needed to use them, and the parts needed to compile with them...

Libglib2.0-0 does not have a -dev package. I think I may have to bother the maintainer about it.

The developers also said I need the -dev package. I was not able to find it yesterday but today it was magically right where it should be.