Re: [linux-audio-dev] [OT] newbie question on installing glib

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] [OT] newbie question on installing glib
From: Andy Wingo (wingo_AT_pobox.com)
Date: Thu Feb 14 2002 - 22:55:50 EET


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.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Feb 14 2002 - 22:45:05 EET