Hi,<br><br>thanks for your info, you seemed to be right. Unfortunatly it ultimately didn&#39;t lead to a succesful build. I have still trouble with QVTK on the same machine. I ran into this error:<br><br>Linking CXX shared library ../../bin/libQVTKWidgetPlugin.so
<br>/usr/bin/ld: /arch/x86_64/usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.0/crtbeginT.o: relocation R_X86_64_32 against `__deregister_frame_info&#39; can not be used when making a shared object; recompile with -fPIC<br>
/arch/x86_64/usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.0/crtbeginT.o: could not read symbols: Bad value<br>collect2: ld returned 1 exit status<br>make[2]: *** [bin/libQVTKWidgetPlugin.so] Error 1<br>make[2]: Target `GUISupport/Qt/CMakeFiles/QVTKWidgetPlugin.dir/build&#39; not remade because of errors.
<br><br><br>I had the same error with building my Qt version (4.3.2) and I found it in a list post, that it was known and related to the combination of gcc-4.2.x and binutils. Since I don&#39;t have the permission to really reinstall the binutils I got around it by building a static version of the Qt library, which is installed now. A quick check of a small demo application (C++/Qt) seems to work with it fine. Now I wonder, why I get the same error again (of course -fPIC is standard on x86_64 systems and I did not check the &quot;build shared&quot; option in ccmake, when configuring vtk, but indeed added a CXXFLAG &#39;-static&#39; to force a static build (doens&#39;t work in either case by the way).
<br><br>Any ideas? Since QVTK really enables me to write a full blown application with VTK it is kind of essential.<br><br>Suggestions are most welcome.<br>Regards<br>Ruben<br>