Re: gtk program compile error

1998-12-22 Thread Chris Frost
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 22 Dec 1998, Chris Frost wrote: > [EMAIL PROTECTED] chris]$ gcc -I/usr/lib/glib/include -I/usr/X11R6/include > -ogtk > source/gtk.c Ahh, I forgot to include the gtklibs (I did a `gtk-config --libs`). Sorry to distrub everyone :) Chris <- Vi

gtk program compile error

1998-12-22 Thread Chris Frost
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm just starting to learn gtk and when I try to compile the below program, I get the below error message: - --- Program --- #include int main (int argc, char *argv[]) { GtkWidget *window; gtk_init (&argc, &argv);