[CMake] CMake Error: LOAD_COMMAND Attempt to load the library libcmVTK_WRAP_TCL2.so failed

Brad King brad.king at kitware.com
Tue Apr 11 09:49:59 EDT 2006


Dário Oliveira wrote:
> Hi. I've found a topic that solved my las problem but now I'm having 
> another and I think that hs to do with the fact that my linux is ubuntu 
> 64 bits. The library is in the directory, I can do a ldd command and it 
> points do the lib-64 directory. Is there any solution for me?

Make sure CMake was built with the same 64-bit settings as VTK. 
Problems like these are why we added the VTK_WRAP_TCL3 macro to avoid 
loaded commands altogether.

-Brad


More information about the CMake mailing list