<div dir="ltr">Hello,<div><br></div><div>I am trying  to build  VTK 6.3.0  under  Windows  environment,  but  some  library linkage  error  occurs  during the compile.  Both  MSVC  2015 and  Mingw gcc  4.7  with  GNU make  3.81  are  used,  same  error  occur  for  python27.lib</div><div><br></div><div>MSVC  error  message:</div><div>fatal error LNK1104: cannot open file 'python27.lib'<br></div><div><br></div><div>cmake  setting:</div><div>VTK_WRAP_PYTHON:  enabled</div><div>BUILD_PYTHON_WRAPPERS: enabled</div><div>Module_vtkWrappingPythonCore: enabled</div><div>PYTHON_EXECUTABLE:  C:/Anaconda/python.exe</div><div>PYTHON_INCLUDE_DIR:  C:/Anaconda/include</div><div>PYTHON_LIBRARY: C:/Anaconda/libs/libpython27.a</div><div>VTK_INSTALL_PYTHON_MODULE_DIR: C:/Anaconda/Lib/site-packages</div><div><br></div><div>I  am  quite  sure that  the  interpreter  of Anaconda is  the  same as pure Python  2.7 one,  as I  meet same  error  for the two  different  distributions.</div></div>