Hi,<br><br>I am trying to build static versions of the Qt and vtk libs. But get into this linking error:<br><br>....<br>[ 98%] Building CXX object Examples/Charts/Cxx/CMakeFiles/GraphItem.dir/vtkGraphItem.cxx.o<br>Linking CXX executable ../../../bin/GraphItem<br>
&lt;...&gt;qt/qt4.7.1/lib/libQtGui.a(tif_error.o)(.bss+0x0): multiple definition of `_TIFFerrorHandlerExt&#39;<br>../../../bin/libvtktiff.a(tif_error.c.o)(.bss+0x0): first defined here<br>&lt;...&gt;/qt/qt4.7.1/lib/libQtGui.a(tif_warning.o)(.bss+0x0): multiple definition of `_TIFFwarningHandlerExt&#39;<br>
../../../bin/libvtktiff.a(tif_warning.c.o)(.bss+0x0): first defined here<br>collect2: ld returned 1 exit status<br>make[2]: *** [bin/GraphItem] Error 1<br>make[1]: *** [Examples/Charts/Cxx/CMakeFiles/GraphItem.dir/all] Error 2<br>
<br><br>I will be grateful for any hints on how to solve this. I guess I could opt for not building the examples, if it&#39;s only this one example that is the problem.<br>