On Thu, 2007-06-14 at 05:04 -0700, Jeevan wrote:
> Dear all,
> Here I am trying to run a simple GUI program using Gtk+..
> I am getting error as follows:  

This list is for development of Gtk+ itself, the list for developments
using Gtk+ is [EMAIL PROTECTED]

> linux:~ # gcc base.c -o base 'pkg-config --cflags --libs gtk+-2.0'
> gcc: pkg-config --cflags --libs gtk+-2.0: No such file or directory

You should use `pkg-config ...` (note the backticks instead of the
single quotes).

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to