Hello.
My name is Aitor and Im new to this list. I have some experience with C programming, but this is the first time Im trying to do something more appealing than a simple DOS console, for which I hace decided to use GTK+. Ill try to be as thorough as possible about my problem: The question is: whenever I try to compile the first example in the tutorial (http://library.gnome.org/devel/gtk-tutorial/stable/c39.html) I get the following message: $ gcc base.c o base `pkg-config cflags libs gtk+-2.0` c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../libmingw32.a(main.o):main.c:( .text+0xd2): referencia a `winm...@16´ sin definir Collect2: ld returned 1 exit status Im using MinGW with Windows Vista. Both \bin\ folders of the MinGW and GTK are registered in the PATH environment variable. When I execute pkg-config by itself it works properly, listing all the libraries. Ive made myself sure that Im using the backquote character, but still doesnt work. Any clues, please? Thanks
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
