[vtkusers] VTK make install cannot find libvtkCommonCore-6.3.so.1

the lily the.1.lily at hotmail.com
Wed Jul 27 17:53:59 EDT 2016


Hi


I'm building VTK 6.3 on my machine, these are the steps I followed


cmake.


vi CMakeCache.txt
and changed CMAKE_INSTALL_PREFIX:PATH=/home/VTK-6.3.0

make -j

make install


Everything went well until I tried to do make install, to write the header files into the include directory I keep getting this error


CMake Error at Common/Core/cmake_install.cmake:47 (FILE):
  file INSTALL cannot find
  "/home/VTK-6.3.0/lib/libvtkCommonCore-6.3.so.1".
Call Stack (most recent call first):
  cmake_install.cmake:100 (INCLUDE)


I found this suggestion but it did not work: export LD_LIBRARY_PATH=/home/VTK-6.3.0/lib:$LD_LIBRARY_PATH


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160727/4a2962d9/attachment-0001.html>


More information about the vtkusers mailing list