Re: [gtk-list] First time compile problem



"Van N. Sy" wrote:
> 
> Hello,
> 
> I just got done installing gtk+. I compiled my first program
> with these commands:
> 
> gcc -Wall -g foo.c -o foo `gtk-config --cflags` \ `gtk-config --libs`
> 
> Here's the errors that I am getting:
> 
> /bin/bash: gtk-config: command not found
> /bin/bash: gtk-config: command not found
> .
> .
> .
> /usr/local/include/glib.h:22: glibconfig.h: No such file or directory
> 
> Any suggestions would be greatly appreciated.
Hi,
the gtk-config script MUST be ib your path.
check your $PATH environment variable, and check that gtk-config in
in one of this directory.

Ronan



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