HI, I am a new one for VTK. When I try to compile vtk5.0 in my computer
(Mandrake 10.0, gcc3.3.2) with TCL(8.4) wrapper, errors appeared. How
can i deal with this? By the way, compiling with Python have the same
errors Thank you.<br>
<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glBlendFunc@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glDrawPixels@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glEnable@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glPushClientAttrib@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glPopAttrib@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glDisable@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glPopClientAttrib@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glPushAttrib@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glBitmap@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glGetFloatv@LIBGL'<br>
/home/wlzhu/works/vtkbinary5.0/bin/libvtkftgl.so: undefined reference to `glPixelStorei@LIBGL'<br>
collect2: ld returned 1 exit status<br>
make[3]: *** [/home/wlzhu/works/vtkbinary5.0/bin/vtk] Error 1<br>
make[2]: *** [default_target] Error 2<br>
make[1]: *** [default_target_Wrapping_Tcl] Error 2<br>
make: *** [default_target] Error 2<br>
<br>