-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
-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);
2 matches
Mail list logo