Advertisement
Guest User

Untitled

a guest
Jan 26th, 2019
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. [ 98%] Linking CXX executable qa_pcbnew
  2. [ 98%] Built target qa_pcbnew
  3. Scanning dependencies of target qa_eagle_plugin
  4. [ 98%] Building CXX object qa/eeschema/CMakeFiles/qa_eagle_plugin.dir/test_module.cpp.o
  5. [ 98%] Building CXX object qa/eeschema/CMakeFiles/qa_eagle_plugin.dir/test_basic.cpp.o
  6. [ 98%] Linking CXX executable qa_eagle_plugin
  7. /usr/bin/ld: warning: libreadline.so.8, needed by /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so, not found (try using -rpath or -rpath-link)
  8. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `read_history'
  9. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `rl_reset_after_signal'
  10. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `history_set_pos'
  11. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `using_history'
  12. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `history_length'
  13. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `where_history'
  14. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `rl_instream'
  15. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `write_history'
  16. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `history_expand'
  17. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `rl_catch_sigwinch'
  18. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `rl_cleanup_after_signal'
  19. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `rl_catch_signals'
  20. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `stifle_history'
  21. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `rl_outstream'
  22. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `rl_free_line_state'
  23. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `readline'
  24. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `add_history'
  25. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `rl_readline_name'
  26. /usr/bin/ld: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib64/libngspice.so: undefined reference to `history_get'
  27. clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
  28. make[2]: *** [qa/eeschema/CMakeFiles/qa_eagle_plugin.dir/build.make:116: qa/eeschema/qa_eagle_plugin] Error 1
  29. make[1]: *** [CMakeFiles/Makefile2:3486: qa/eeschema/CMakeFiles/qa_eagle_plugin.dir/all] Error 2
  30. make: *** [Makefile:163: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement