Created
January 26, 2021 19:05
-
-
Save zao/04864d643f86aa05c22b87861a990de5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1/4] Linking CXX shared library lib/hpx/libhpx_memoryd.so.1.6.0 | |
FAILED: lib/hpx/libhpx_memoryd.so.1.6.0 | |
: && /usr/bin/c++ -fPIC -g -Wl,-z,defs -shared -Wl,-soname,libhpx_memoryd.so.1 -o lib/hpx/libhpx_memoryd.so.1.6.0 components/performance_counters/memory/CMakeFiles/memory_component.dir/src/mem_counter_linux.cpp.o components/performance_counters/memory/CMakeFiles/memory_component.dir/src/mem_counter_macosx.cpp.o components/performance_counters/memory/CMakeFiles/memory_component.dir/src/mem_counter_windows.cpp.o components/performance_counters/memory/CMakeFiles/memory_component.dir/src/memory.cpp.o -Wl,-rpath,/home/zao/stellar/build-hpx-master/lib:/usr/local/lib: lib/libhpxd.so.1.6.0 lib/libhpx_cored.so /usr/local/lib/libhwloc.so /usr/local/lib/libboost_filesystem.so lib/libhpx_parallelismd.so /usr/local/lib/libboost_context.so /usr/local/lib/libboost_thread.so /usr/local/lib/libboost_date_time.so /usr/local/lib/libboost_atomic.so /usr/local/lib/libboost_chrono.so -lpthread -lrt && : | |
ld: error: undefined symbol: hpx::performance_counters::memory::read_psm_virtual(bool) | |
>>> referenced by memory.cpp:29 (/home/zao/stellar/hpx/components/performance_counters/memory/src/memory.cpp:29) | |
>>> components/performance_counters/memory/CMakeFiles/memory_component.dir/src/memory.cpp.o:(hpx::performance_counters::memory::register_counter_types()) | |
ld: error: undefined symbol: hpx::performance_counters::memory::read_psm_resident(bool) | |
>>> referenced by memory.cpp:35 (/home/zao/stellar/hpx/components/performance_counters/memory/src/memory.cpp:35) | |
>>> components/performance_counters/memory/CMakeFiles/memory_component.dir/src/memory.cpp.o:(hpx::performance_counters::memory::register_counter_types()) | |
c++: error: linker command failed with exit code 1 (use -v to see invocation) | |
ninja: build stopped: subcommand failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment