root [8] Error in <TPad::x3d>: OpenGL shared libraries not loaded.
I see also that gGLKernel is not visible to root interpreter, there
are only visible TGLKernelABC and TGLViewerImp. Am I doing something
wrong or it is a problem f.i with color depth in my Xserver (16bit)
					Jarek 
On Fri, 18 Jul 1997, Fons Rademakers wrote:
> Hi Jarek,
> 
>    if you use cmz to build ROOT the GL library will be automatically
> build as soon as you define the shell variable $OPENGL. For example:
> 
> export OPENGL=~/Mesa
> 
> where ~/Mesa is the directory containing the Mesa include and lib
> directories. So first build Mesa, set OPENGL and recompile ROOT.
>