i'd probably still consider myself a

...but i'm trying, lol
i'm trying to compile and install xmms player 1.2.9 and i keep having this error in 'make'
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
now, the first time this happened, i figured my glib was outdated..so i hopped over to gtk.org and grapped the newest version.. glib 2.3.2
compiled and installed that according to the instructions with no problem
went back to xmms and i still got the same error
i also tried ./configure --with-glib-prefix=/usr/local but that still can't find the glib-config
any ideas on what i'm doing wrong??