Which rpm packages have you used and which version of vtk are you using? I had the same error a year ago with one rpm packages. I think they were from <a href="http://rpmfind.net">rpmfind.net</a>. It was just a bug in the rpm building that didn't link to the Rendering library or something similar. There are rpm packages for vtk
5.0 in the repositories for Mandriva and they should work ok.<br><br><div><span class="gmail_quote">2007/2/4, Evan Stitt <<a href="mailto:evangstitt@gmail.com">evangstitt@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>I installed VTK on my linux machine (Mandriva 2007). All went well,<br>except I'm getting strange results when I try to compile a program.<br>When I try to create a new vtkVolumeRayCastCompositeFunction object
<br>with the following line:<br>vtkVolumeRayCastCompositeFunction *compositeFunction =<br>vtkVolumeRayCastCompositeFunction::New();<br><br>I get the following error at compile time:<br>undefined reference to `vtkVolumeRayCastCompositeFunction::New()'
<br><br>The same thing happens with vtkVolumeRayCastMapper. I have included<br>header files for both of them. The strange thing is, the exact same<br>syntax works fine for other objects, such as the renderer, the render
<br>window and the interactor. Any help would be greatly appreciated.<br><br>thanks in advance.<br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at:
<a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br></blockquote></div><br>