Advertisement
Guest User

hpy gmake error

a guest
Aug 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. host_target.cpp:(.text+0x24): undefined reference to `hpx::get_runtime()'
  2. host_target.cpp:(.text+0x35): undefined reference to `hpx::get_os_thread_count()'
  3. CMakeFiles/hpx.dir/compute/host/numa_domains.cpp.o: In function `hpx::compute::host::numa_domains()':
  4. numa_domains.cpp:(.text+0x9c): undefined reference to `hpx::get_runtime()'
  5. numa_domains.cpp:(.text+0xad): undefined reference to `hpx::get_os_thread_count()'
  6. numa_domains.cpp:(.text+0xe6): undefined reference to `hpx::throws'
  7. numa_domains.cpp:(.text+0xfd): undefined reference to `hpx::throws'
  8. numa_domains.cpp:(.text+0x1a6): undefined reference to `hpx::throws'
  9. numa_domains.cpp:(.text+0x1b3): undefined reference to `hpx::find_here(hpx::error_code&)'
  10. collect2: error: ld returned 1 exit status
  11. gmake[2]: *** [src/CMakeFiles/hpx.dir/build.make:4096: lib/libhpx.so.1.1.0] Error 1
  12. gmake[1]: *** [CMakeFiles/Makefile2:1819: src/CMakeFiles/hpx.dir/all] Error 2
  13. gmake: *** [Makefile:141: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement