On 07/02/2010 14:30, Tor Lillqvist wrote:
You need to compile and link *both* the .c files into *one*
executable.
Thanks, I think ... these concepts are not well introduced in the tutorial.

I.e.:
gcc -Wall -g  `pkg-config --cflags gtk+-2.0` tictactoe.c
test_tictactoe.c -o ttt `pkg-config --libs gtk+-2.0`
Magic, that worked. So noted.

\d

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to