[vtk-developers] Install problem for VTK on Linux.

François Bertel francois.bertel at kitware.com
Wed Sep 7 00:11:46 EDT 2005


I had the same issue. I guess your build tree still have a 
libvtksys.so.4.5.0 and also a libvtksys.so symbolic link that points to
libvtksys.so.4.5.0. Just remove those files: libvtksys.so.5.1.0 will be 
built. But this is only one of the libraries that have this issue.
You should delete all the *.so* files from the build tree and type make, 
then make install.

--
François Bertel, PhD  | Kitware Inc. Suite 204
1 (518) 371 3971 x113 | 28 Corporate Drive
                       | Clifton Park NY 12065, USA

Andrew Maclean wrote :
> I am using the latest CVS and everything builds ok, but fails on make
> install as follows:
> 
> -- Installing /usr/local/include/vtk-5.1/vtksys/stl/functional
> -- Installing /usr/local/lib/libvtksys.so CMake Error: Error in cmake code
> at
> /usr/local/src/vtk/build/VTK-build/Utilities/kwsys/cmake_install.cmake:68:
> FILE cannot find
> file: /usr/local/src/vtk/build/VTK-build/bin/libvtksys.so.5.1.0 to install.
> make: *** [install] Error 255
> 
> 
> 
> ___________________________________________
> Andrew J. P. Maclean
> Centre for Autonomous Systems
> The Rose Street Building J04
> The University of Sydney  2006  NSW
> AUSTRALIA
> Ph: +61 2 9351 3283
> Fax: +61 2 9351 7474
> URL: http://www.cas.edu.au/
> ___________________________________________



More information about the vtk-developers mailing list