On Thu, 14 Feb 2002, Bob Ham wrote: > On Thu, 2002-02-14 at 19:06, Bob Colwell wrote: > > Then I go into glib, I gunzip, tar --extract, and then ./configure. > > Everything seems to go ok, no errors or warnings. > > Umm.. you need to compile and install it. Try "make" (with your normal > account) and then "make install" (as root). You should always read the > README and INSTALL files that come with sources. > > Bob >
this is most likely a better question for linux-audio-user (or another forum), but your aclocal is probably only looking in /usr/share/aclocal. you need to tell it to look in /usr/local/share/aclocal as well. $ export ACLOCAL_FLAGS="-I /usr/local/share/aclocal" might work, i'm not sure. in any case this is certainly OT for this list, feel free to reply privately. cheers, wingo.
