Advertisement
Guest User

Houston we have a problem

a guest
Jun 6th, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Written by John Gilmore and Jay Fenlason.
  2. configure:2803: $? = 0
  3. configure:2843: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  4. configure:2846: $? = 0
  5. configure:2850: tar -xf - <conftest.tar
  6. configure:2853: $? = 0
  7. configure:2866: result: gnutar
  8. configure:2886: checking whether to enable maintainer-specific portions of Makefiles
  9. configure:2895: result: no
  10. configure:2912: checking whether make supports GNU make features
  11. test 'success' = success
  12. configure:2926: result: yes
  13. configure:3025: checking for g++
  14. configure:3055: result: no
  15. configure:3025: checking for c++
  16. configure:3055: result: no
  17. configure:3025: checking for gpp
  18. configure:3055: result: no
  19. configure:3025: checking for aCC
  20. configure:3055: result: no
  21. configure:3025: checking for CC
  22. configure:3055: result: no
  23. configure:3025: checking for cxx
  24. configure:3055: result: no
  25. configure:3025: checking for cc++
  26. configure:3055: result: no
  27. configure:3025: checking for cl.exe
  28. configure:3055: result: no
  29. configure:3025: checking for FCC
  30. configure:3055: result: no
  31. configure:3025: checking for KCC
  32. configure:3055: result: no
  33. configure:3025: checking for RCC
  34. configure:3055: result: no
  35. configure:3025: checking for xlC_r
  36. configure:3055: result: no
  37. configure:3025: checking for xlC
  38. configure:3055: result: no
  39. configure:3079: checking for C++ compiler version
  40. configure:3088: g++ --version >&5
  41. ./configure: line 3090: g++: command not found
  42. configure:3099: $? = 127
  43. configure:3088: g++ -v >&5
  44. ./configure: line 3090: g++: command not found
  45. configure:3099: $? = 127
  46. configure:3088: g++ -V >&5
  47. ./configure: line 3090: g++: command not found
  48. configure:3099: $? = 127
  49. configure:3088: g++ -qversion >&5
  50. ./configure: line 3090: g++: command not found
  51. configure:3099: $? = 127
  52. configure:3119: checking whether the C++ compiler works
  53. configure:3141: g++ conftest.cpp >&5
  54. ./configure: line 3143: g++: command not found
  55. configure:3145: $? = 127
  56. configure:3183: result: no
  57. configure: failed program was:
  58. | /* confdefs.h */
  59. | #define PACKAGE_NAME "libsigc++"
  60. | #define PACKAGE_TARNAME "libsigc++"
  61. | #define PACKAGE_VERSION "2.2.10"
  62. | #define PACKAGE_STRING "libsigc++ 2.2.10"
  63. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B"
  64. | #define PACKAGE_URL "http://libsigc.sourceforge.net/"
  65. | #define SIGCXX_MAJOR_VERSION 2
  66. | #define SIGCXX_MINOR_VERSION 2
  67. | #define SIGCXX_MICRO_VERSION 10
  68. | /* end confdefs.h. */
  69. |
  70. | int
  71. | main ()
  72. | {
  73. |
  74. | ;
  75. | return 0;
  76. | }
  77. configure:3188: error: in `/usr/local/src/libsigc++-2.2.10':
  78. configure:3190: error: C++ compiler cannot create executables
  79. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement