Advertisement
Guest User

Untitled

a guest
May 30th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.44 KB | None | 0 0
  1. /home/glaberge/hpxML/Training_data/main.cpp:33:1: warning: control reaches end of non-void function [-Wreturn-type]
  2. }
  3. ^
  4. 1 warning generated.
  5. [100%] Linking CXX executable main
  6. /opt/mn/binutils/2.28/bin/ld: warning: libboost_filesystem.so.1.67.0, needed by /home/glaberge/hpx/lib/libhpx_iostreams.so.1.2.0, may conflict with libboost_filesystem.so.1.53.0
  7. /opt/mn/binutils/2.28/bin/ld: warning: libboost_filesystem.so.1.67.0, needed by /home/glaberge/hpx/lib/libhpx_iostreams.so.1.2.0, may conflict with libboost_filesystem.so.1.53.0
  8. /opt/mn/binutils/2.28/bin/ld: warning: libboost_program_options.so.1.67.0, needed by /home/glaberge/hpx/lib/libhpx_iostreams.so.1.2.0, may conflict with libboost_program_options.so.1.53.0
  9. /opt/mn/binutils/2.28/bin/ld: warning: libboost_program_options.so.1.67.0, needed by /home/glaberge/hpx/lib/libhpx_iostreams.so.1.2.0, may conflict with libboost_program_options.so.1.53.0
  10. /opt/mn/binutils/2.28/bin/ld: /home/glaberge/hpx/lib/libhpx_init.a(hpx_main.cpp.o): undefined reference to symbol '_ZN5boost15program_options10split_unixERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_S9_S9_'
  11. /opt/boost/1.67.0-clang6.0.0/release/lib/libboost_program_options.so.1.67.0: error adding symbols: DSO missing from command line
  12. clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
  13. make[2]: *** [main] Error 1
  14. make[1]: *** [CMakeFiles/main_exe.dir/all] Error 2
  15. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement