Re: GTK problems - not compiling

1999-04-20 Thread Steve Haslam
On Tue, Apr 20, 1999 at 07:06:47PM +0100, M.C. Vernon wrote: > Hi all, > > I grabbed this from the gtk tutorial page, but it won't compile: > it complains that gtk_signal_connect is undefined (I think this is a > linker problem). I'm compiling with > gtk_signal_connect (GTK_OBJECT (window)

GTK problems - not compiling

1999-04-20 Thread M.C. Vernon
Hi all, I grabbed this from the gtk tutorial page, but it won't compile: it complains that gtk_signal_connect is undefined (I think this is a linker problem). I'm compiling with gcc helloworld.c -o hellowword `gtk-config --cflags --libs` Any ideas? (please Cc) Source is: #include voi