Re: Help, compiling gnome



Knud Haugaard Sørensen wrote:
> cd gtk+-*/
> ./configure --prefix=/opt/gnome
> 
> I get that /usr/bin/glib-config don't exisist
> (but it is in /opt/gnome/bin/glib-config)
> 
> How do i tell ./configure to look in
> /opt/gnome/bin/
> for the glib-config file ??
> 
> ps.) I have /opt/gnome/bin/ in my PATH.


Try './configure --with-glib-prefix=/opt/gnome'

In general, it's a good idea to try './configure --help', which
provides a list of such options.


HTH,

Zach Frey



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]