Hello, just a second to late for me. :D
Yes, you forgot helloworld.cc in your compiler state: ~# g++ main.cc helloworld.cc $(pkg-config --libs --cflags gtkmm-2.4) -o main Just see the makefile in the source directory, this should also help. Bernd Am Samstag, den 25.04.2009, 16:11 -0400 schrieb Hubert Figuiere: > On 25/04/09 03:39 PM, Vinicius G. D. Menezes wrote: > > Am I doing something wrong? > > > You are: you don't compile helloworld.cc > > Hub > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
