[quote=“kalyandey”]The error I am getting on configuring is given by-
TGLText.cxx:(.text+0x120): undefined reference to `FTPolygonFont::FTPolygonFont(char const*)'
collect2: ld returned 1 exit status
make: *** [lib/libRGL.so] Error 1
make: *** Waiting for unfinished jobs…
---------------------------------------------------------------------------------------------------------------------------------------[/quote]
It does not look like a configuration-time problem, it’s a linker error. ROOT includes ftgl, so if you have some problems with a system one, you can configure ROOT with --enable-builtin-ftgl.