From: "Vinicius G. D. Menezes" <vini bill gmail com>
To: Hubert Figuiere <hub figuiere net>
Cc: gtkmm-list gnome org
Subject: Re: Total Begginer
Date: Sat, 25 Apr 2009 17:16:38 -0300
Hi Hubert. Thanks for the answer,
I've just retested and I might have made some confusion when copying and pasting my trials with the source code but that was the result for:
vinicius vinicius-devcenter:~/Download$ g++ main.cc `pkg-config gtkmm-2.4 --cflags --libs` -o main
/tmp/ccJpLeXj.o: In function `main': main.cc:(.text+0x3f): undefined reference to `HelloWorld::HelloWorld()' main.cc:(.text+0x61): undefined reference to `HelloWorld::~HelloWorld()' main.cc:(.text+0x8b): undefined reference to `HelloWorld::~HelloWorld()'
collect2: ld returned 1 exit status
See? Sorry for the confusion but the problem is still the same =[.