Hi,
[quote]/usr/bin/ld: cannot find -lEve
/usr/bin/ld: cannot find -lRGL
Are those libs related to ROOT libs or C++ libs ?[/quote]Both are optional library in ROOT, they usually do not build when the opengl library are not install. I.e. (see root.cern.ch/drupal/content/build-prerequisites), you may need to install at least mesa-libGL-devel and glew-devel (and/or xlibmesa-glu-dev and libglew1.5-dev).
Cheers,
Philippe.