Advertisement
Guest User

Untitled

a guest
Jul 26th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. configure:3191: checking for C++ compiler version
  2. configure:3200: g++ --version >&5
  3. ./configure: line 3202: g++: command not found
  4. configure:3211: $? = 127
  5. configure:3200: g++ -v >&5
  6. ./configure: line 3202: g++: command not found
  7. configure:3211: $? = 127
  8. configure:3200: g++ -V >&5
  9. ./configure: line 3202: g++: command not found
  10. configure:3211: $? = 127
  11. configure:3200: g++ -qversion >&5
  12. ./configure: line 3202: g++: command not found
  13. configure:3211: $? = 127
  14. configure:3231: checking whether the C++ compiler works
  15. configure:3253: g++ conftest.cpp >&5
  16. ./configure: line 3255: g++: command not found
  17. configure:3257: $? = 127
  18. configure:3295: result: no
  19. configure: failed program was:
  20. | /* confdefs.h */
  21. | #define PACKAGE_NAME "rtorrent"
  22. | #define PACKAGE_TARNAME "rtorrent"
  23. | #define PACKAGE_VERSION "0.9.3"
  24. | #define PACKAGE_STRING "rtorrent 0.9.3"
  25. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  26. | #define PACKAGE_URL ""
  27. | #define API_VERSION 8
  28. | #define PACKAGE "rtorrent"
  29. | #define VERSION "0.9.3"
  30. | /* end confdefs.h. */
  31. |
  32. | int
  33. | main ()
  34. | {
  35. |
  36. | ;
  37. | return 0;
  38. | }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement