On Wednesday 08 February 2006 21:28, Tor Lillqvist wrote:
> Gorshkov writes:
> > gcc `pkg-config --libs gtk+-win32-2.0` test.o -o test
> > test.o(.text+0x41):test.c: undefined reference to `gtk_init_abi_check'
> > test.o(.text+0x46):test.c: undefined reference to `gtk_main'
>
> You are very clos
Gorshkov writes:
> gcc `pkg-config --libs gtk+-win32-2.0` test.o -o test
> test.o(.text+0x41):test.c: undefined reference to `gtk_init_abi_check'
> test.o(.text+0x46):test.c: undefined reference to `gtk_main'
You are very close, and seem to know well what you doing, congrats!
Except for one sma
I've been using glade/gtk et al for a few years now under Linux, and only now
have a requirement to do some programming under windows (urk).
I've installed current copies of msys, mingw, and gtk from the installers on
the 'net . so far so good. But when I try to test a simples, stupid gtk
p