trying to compile 2.6 kernel

James McDonald james
Mon May 17 11:50:13 PDT 2004


Keith Antoine wrote:
> On Tue, 29 Jul 2003 07:40 pm, James McDonald wrote:
> 
> James:
> 
> Well !!!!!!!!!!!!!
> 

When you run each of the three pkg-config commands below you have to run 
echo $? to see the result because it just returns 0 for yes the package 
is install or 1 no it's not. You wont see any output if you don't do the 
  echo $?

I didn't get the correct return of 0 for libglade until I installed the 
libglade2.0_0-devel-2.0.1-3mdk.i586.rpm package. After installing it the 
make gconfig gave me a gui...


pkg-config gtk+-2.0 --exists
echo $?
pkg-config gmodule-2.0 --exists
echo $?
pkg-config libglade-2.0 --exists
echo $?




More information about the Linux-users mailing list