Advertisement
TheNH813

Failure to configure pip

Apr 5th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.95 KB | None | 0 0
  1. # cd pygtk*
  2. # ./configure
  3. checking for a BSD-compatible install... /usr/bin/ginstall -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... ./install-sh -c -d
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking for style of include used by make... GNU
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking dependency style of gcc... gcc3
  19. checking for bind_textdomain_codeset... yes
  20. checking build system type... i686-pc-linux-gnu
  21. checking host system type... i686-pc-linux-gnu
  22. checking for some Win32 platform... no
  23. checking for native Win32... no
  24. checking for a sed that does not truncate output... /bin/sed
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for fgrep... /bin/grep -F
  28. checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
  29. checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r
  37. checking for objdump... objdump
  38. checking how to recognize dependent libraries... pass_all
  39. checking for ar... ar
  40. checking for strip... strip
  41. checking for ranlib... ranlib
  42. checking command to parse /usr/bin/nm -B output from gcc object... ok
  43. checking how to run the C preprocessor... gcc -E
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking for dlfcn.h... yes
  55. checking for objdir... .libs
  56. checking if gcc supports -fno-rtti -fno-exceptions... no
  57. checking for gcc option to produce PIC... -fPIC -DPIC
  58. checking if gcc PIC flag -fPIC -DPIC works... yes
  59. checking if gcc static flag -static works... yes
  60. checking if gcc supports -c -o file.o... yes
  61. checking if gcc supports -c -o file.o... (cached) yes
  62. checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
  63. checking whether -lc should be explicitly linked in... no
  64. checking dynamic linker characteristics... GNU/Linux ld.so
  65. checking how to hardcode library paths into programs... immediate
  66. checking whether stripping libraries is possible... yes
  67. checking if libtool supports shared libraries... yes
  68. checking whether to build shared libraries... yes
  69. checking whether to build static libraries... no
  70. configure: creating ./config.lt
  71. config.lt: creating libtool
  72. checking for a Python interpreter with version >= 2.3.5... python
  73. checking for python... /usr/bin/python
  74. checking for python version... 3.5
  75. checking for python platform... linux
  76. checking for python script directory... ${prefix}/lib/python3.5/site-packages
  77. checking for python extension module directory... ${exec_prefix}/lib/python3.5/site-packages
  78. checking for headers required to compile python extensions...   File "<string>", line 1
  79.     import sys; print sys.prefix
  80.                         ^
  81. SyntaxError: invalid syntax
  82.   File "<string>", line 1
  83.     import sys; print sys.exec_prefix
  84.                         ^
  85. SyntaxError: invalid syntax
  86. not found
  87. configure: error: could not find Python headers
  88. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement