[resolvcompiling/building the CXX hello world panda example.

Hi,
I am trying to compile the c++ hello world example.

The compilation is OK, but the build process told me :
undefined reference to PandaFramework::PandaFramework()

I have looked in /usr/lib and libpanda, libp2framework are there.

What I am missing ?

EDIT : Booh, It works, I had forget to link to the relevant librairies (p3directt & co).