Re: [GINI-user] precompile issues on RedHat 8
Status: Inactive
Brought to you by:
elmi2
From: brad <j0...@ri...> - 2003-04-26 19:00:59
|
fwiw, i resolved this by installing the glib-devel rpm. b ----- Original Message ----- From: "brad" <j0...@ri...> To: <GIN...@li...> Sent: Saturday, April 26, 2003 8:59 AM Subject: [GINI-user] precompile issues on RedHat 8 > Hello, I am really interested in getting playing with gini for a project I > have in mind, however im having troubles getting configure to properly > identify my environment (RedHat 8 i386). > > I have the source for gini-0.5.1, and if I run ./autogen.sh, it goes fine > until configure checks what version of glib I have installed: > > creating libtool > checking for glib-config... no > checking for GLIB - version >= 0.99.7... 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: creating ./config.status > > However, I have the rpm of glib-1.2.10-8 installed: > > [root@hobbes hobbes]# rpm -ivh glib-1.2.10-8.i386.rpm > Preparing... ########################################### > [100%] > package glib-1.2.10-8 is already installed > [root@hobbes hobbes]# > > But if I run 'find / -name glib-config', it finds nothing. > My guess is that newer glib versions do not include a glib-config? > Has anyone run into this problem or have any ideas on what I should try > next? Can I create a glib-config? Can anyone tell me what gini is expecting > to find there? > > Thanks! > Brad > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > GINI-user mailing list > GIN...@li... > https://lists.sourceforge.net/lists/listinfo/gini-user > |