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 $?


_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to