Re: g_printf undefined?
- From: Noah Levitt <nlevitt columbia edu>
- To: Björn Lindström <bkhl privat utfors se>
- Cc: gtk-list gnome org
- Subject: Re: g_printf undefined?
- Date: Fri, 16 May 2003 14:53:10 -0400
On Fri, May 16, 2003 at 19:50:46 +0200, Bj�Lindstr�rote:
> % gcc `pkg-config --cflags glib-2.0` -o hello hello.c
You're not linking with glib.
$ gcc `pkg-config --cflags glib-2.0` -o hello hello.c `pkg-config --libs glib-2.0`.
Noah
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]