On Fri, Dec 15, 2000 at 12:58:48AM -0500, Ken Weingold wrote: > I am trying to install gaim, but configure can't seem to find > gtk-config and glib-config. What packages do these come with? I > am wondering if I don't have them.
I have the Contents* files of my debian CD's in /potato on my system and I use the following script (which I named "soekpakkie") to search for packages like this: ------------------------------------------------- #! /bin/bash find /potato -name Contents* | xargs zgrep $1 ------------------------------------------------ Result: ------------------ ~$soekpakkie glib-conf /potato/cd1/dists/potato/Contents-i386.gz:usr/bin/glib-config devel/libglib1.2-dev /potato/cd1/dists/potato/Contents-i386.gz:usr/share/man/man1/glib-config.1.gz devel/libglib1.2-dev /potato/cd2/dists/potato/Contents-i386.gz:usr/bin/glib-config devel/libglib1.2-dev /potato/cd2/dists/potato/Contents-i386.gz:usr/share/man/man1/glib-config.1.gz devel/libglib1.2-dev /potato/cd3/dists/potato/Contents-i386.gz:usr/bin/glib-config devel/libglib1.2-dev /potato/cd3/dists/potato/Contents-i386.gz:usr/share/man/man1/glib-config.1.gz devel/libglib1.2-dev ----------------------------------- In the same way you would find that gtk-config is in libgtk-dev. Regards Johann -- J.H. Spies - Tel. 082 782 0336 / 023 55 11 568 "The fear of the LORD is the instruction of wisdom, and before honour is humility." Proverbs 15:33