Ricardo Malafaia writed:


all: test

test.exe: test.c
        gcc.exe $(GTK_CFLAGS) $(GTK_LIBS) teste.c -o test.exe


try to put $(GTK_LIBS) to the end of the command line

gcc.exe $(GTK_CFLAGS) -o test.exe teste.c $(GTK_LIBS)


_______________________________________________
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