Re: problem linking to opengl functions, VTK

2002-01-28 Thread Andre Bleau
>/usr/opt/VTK/VTK/bin//libvtkRendering.a(vtkOpenGLActor.o): In function >`vtkOpenGLActor::Render(vtkRenderer *, vtkMapper *)': >/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:88: undefined reference to >`glGetIntegerv' >/usr/opt/VTK/VTK/Rendering/vtkOpenGLActor.cxx:95: undefined reference to >`glD

problem linking to opengl functions, VTK

2002-01-28 Thread Mueller, Christof
Hi, I'm trying to compile VTK examples and seem to have trouble linking with opengl. here is what I think should be working, but didn't: ( g++ -v -g -O2 -o ./Cone.exe Cone.cxx -I/usr/opt/VTK/VTK/Graphics -I/usr/opt/VTK/VTK/Filtering -I/usr/opt/VTK/VTK/Common -I/usr/opt/VTK/VTK -I/usr/opt/VTK/VT