Erro ao instalar o 'CLHEP': make: *** [install] Erro 1

0

Estou tentando instalar o CLHEP [[clhep.2.3.2.2.tgz].

fazer e fazer teste funcionando, mas para "make install", estou recebendo o seguinte erro ....

/home/ainnie/clhep-build/include/CLHEP/GenericFunctions/X.hh
-- Up-to-date: /home/clhep-build/bin/Geometry-config
-- Up-to-date: /home/clhep-build/include/CLHEP/Geometry/BasicVector3D.h
-- Up-to-date: /home/clhep-build/include/CLHEP/Geometry/Normal3D.h
-- Up-to-date: /home/clhep-build/include/CLHEP/Geometry/Plane3D.h
-- Up-to-date: /home/clhep-build/include/CLHEP/Geometry/Point3D.h
-- Up-to-date: /home/clhep-build/include/CLHEP/Geometry/Transform3D.h
-- Up-to-date: /home/clhep-build/include/CLHEP/Geometry/Transform3D.icc
-- Up-to-date: /home/clhep-build/include/CLHEP/Geometry/Vector3D.h
CMake Error at Geometry/src/cmake_install.cmake:42 (file):
  file INSTALL cannot find
  "/home/ainnie/clhep-build/lib/libCLHEP-Geometry-2.3.2.2.so".
Call Stack (most recent call first):
  Geometry/cmake_install.cmake:42 (include)
  cmake_install.cmake:196 (include)



Makefile:105: recipe for target 'install' failed
make: *** [install] Error 1

Por favor, ajude-me a resolver este erro. desde já, obrigado.

    
por Ainnie Qurat 17.05.2016 / 10:55

1 resposta

0

cd ~/CLHEP-build
cmake -DCMAKE_INSTALL_PREFIX=~/CLHEP ~/CLHEP-source/2.3.1.0/CLHEP
make
make test
make install
PATH="$PATH":~/CLHEP/bin
    
por user549221 27.05.2016 / 14:36