[vtkusers] Compiling from source 6.0.0 but reproducible with 6.1.0

Amik St-Cyr amikstcyr at gmail.com
Tue Oct 7 13:00:40 EDT 2014


Hi,

I've compiled various versions of VTK on various machines & compilers etc.

I'm trying a new compiler from Intel.

 CXXFLAGS=-openmp CFLAGS=-openmp CC=mpiicc CXX=mpiicpc LDFLAGS=-mt_mpi
cmake ../ -DBUILD_SHARED_LIBS=ON -DVTK_Group_MPI=ON
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/home/myhome/local
-DVTK_USE_SYSTEM_HDF5:BOOL=ON -DVTK_Group_Rendering:BOOL=ON

It always bombs at a xml2 lib :

[ 57%] make[2]: *** No rule to make target `lib/libvtklibxml2-6.0.so.1',
needed by `lib/libvtkIOInfovis-6.0.so.1'.  Stop.
make[1]: *** [IO/Infovis/CMakeFiles/vtkIOInfovis.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

bash-3.2$ ls /usr/lib/libxml2.*
/usr/lib/libxml2.a   /usr/lib/libxml2.so.2
/usr/lib/libxml2.so  /usr/lib/libxml2.so.2.6.26

& obviously LD_LIBRARY_PATH is set correctly.

Guidelines on how to avoid this would be greatly appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20141007/c45a5f7c/attachment.html>


More information about the vtkusers mailing list