Re: glibconfig not find
- From: Rodrigo Moya <rodrigo gnome-db org>
- To: =?utf-8?q?=EA=B9=80=EC=9A=A9=EC=9D=BC=28yong?= "il.kim)" <kyi111 dreamwiz com>
- Cc: gtk-list gnome org
- Subject: Re: glibconfig not find
- Date: 14 Jun 2001 12:39:09 +0200
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]