Guest User

Untitled

a guest
Oct 29th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.82 KB | None | 0 0
  1. nk@f3lix[±|master ✓]:~/Downloads/hpx/build $ cmake -DCMAKE_INSTALL_PREFIX=/home/nk/opt/hpx -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DHPX_WITH_MALLOC=system ..
  2. -- The CXX compiler identification is unknown
  3. -- The C compiler identification is unknown
  4. -- Check for working CXX compiler: /usr/bin/clang++
  5. -- Check for working CXX compiler: /usr/bin/clang++ -- broken
  6. CMake Error at /usr/share/cmake-3.15/Modules/CMakeTestCXXCompiler.cmake:53 (message):
  7.   The C++ compiler
  8.  
  9.     "/usr/bin/clang++"
  10.  
  11.   is not able to compile a simple test program.
  12.  
  13.   It fails with the following output:
  14.  
  15.     Change Dir: /home/nk/Downloads/hpx/build/CMakeFiles/CMakeTmp
  16.    
  17.     Run Build Command(s):/usr/bin/make cmTC_9362c/fast && /usr/bin/make -f CMakeFiles/cmTC_9362c.dir/build.make CMakeFiles/cmTC_9362c.dir/build
  18.     make[1]: Entering directory '/home/nk/Downloads/hpx/build/CMakeFiles/CMakeTmp'
  19.     Building CXX object CMakeFiles/cmTC_9362c.dir/testCXXCompiler.cxx.o
  20.     /usr/bin/clang++     -o CMakeFiles/cmTC_9362c.dir/testCXXCompiler.cxx.o -c /home/nk/Downloads/hpx/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
  21.     /usr/bin/clang++: error while loading shared libraries: libLLVM-9.so: cannot open shared object file: No such file or directory
  22.     make[1]: *** [CMakeFiles/cmTC_9362c.dir/build.make:66: CMakeFiles/cmTC_9362c.dir/testCXXCompiler.cxx.o] Error 127
  23.     make[1]: Leaving directory '/home/nk/Downloads/hpx/build/CMakeFiles/CMakeTmp'
  24.     make: *** [Makefile:121: cmTC_9362c/fast] Error 2
  25.    
  26.    
  27.  
  28.  
  29.  
  30.   CMake will not be able to correctly generate this project.
  31. Call Stack (most recent call first):
  32.   CMakeLists.txt:47 (project)
  33.  
  34.  
  35. -- Configuring incomplete, errors occurred!
  36. See also "/home/nk/Downloads/hpx/build/CMakeFiles/CMakeOutput.log".
  37. See also "/home/nk/Downloads/hpx/build/CMakeFiles/CMakeError.log".
Add Comment
Please, Sign In to add comment