Re: glibconfig not find



On 14 Jun 2001 11:54:07 +0900, 김용일(yong il.kim) wrote:
> please help me!! I am beginner GTK+ programming. when i compiled sample code(hello.c), there are error message
> 
> usr/include/glib.h:66:glibconfig.h not being able to find glibconfig.h
> 
when compiling, you must pass to gcc the output of:

glib-config --cflags

so:

gcc -o my_program `glib-config --cflags` my_program.c

cheers

--
Rodrigo Moya <rodrigo gnome-db org> <rodrigo ximian com>
http://www.gnome-db.org/




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