Advertisement
Light1992

Warning Jellyfish binding

Jun 25th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. [root@localhost jellyfish-1.1.12]# ./configure --enable-python-binding --enable-perl-binding
  2. configure: WARNING: unrecognized options: --enable-python-binding, --enable-perl-binding
  3. checking build system type... x86_64-unknown-linux-gnu
  4. checking host system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether make supports nested variables... (cached) yes
  12. checking how to print strings... printf
  13. checking for style of include used by make... GNU
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking whether gcc understands -c and -o together... yes
  24. checking dependency style of gcc... gcc3
  25. checking for a sed that does not truncate output... /usr/bin/sed
  26. checking for grep that handles long lines and -e... /usr/bin/grep
  27. checking for egrep... /usr/bin/grep -E
  28. checking for fgrep... /usr/bin/grep -F
  29. checking for ld used by gcc... /usr/bin/ld
  30. checking if the linker (/usr/bin/ld) is GNU ld... yes
  31. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  32. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  33. checking whether ln -s works... yes
  34. checking the maximum length of command line arguments... 1572864
  35. checking whether the shell understands some XSI constructs... yes
  36. checking whether the shell understands "+="... yes
  37. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  38. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  39. checking for /usr/bin/ld option to reload object files... -r
  40. checking for objdump... objdump
  41. checking how to recognize dependent libraries... pass_all
  42. checking for dlltool... no
  43. checking how to associate runtime and link libraries... printf %s\n
  44. checking for ar... ar
  45. checking for archiver @FILE support... @
  46. checking for strip... strip
  47. checking for ranlib... ranlib
  48. checking command to parse /usr/bin/nm -B output from gcc object... ok
  49. checking for sysroot... no
  50. checking for mt... no
  51. checking if : is a manifest tool... no
  52. checking how to run the C preprocessor... gcc -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking for dlfcn.h... yes
  64. checking for objdir... .libs
  65. checking if gcc supports -fno-rtti -fno-exceptions... no
  66. checking for gcc option to produce PIC... -fPIC -DPIC
  67. checking if gcc PIC flag -fPIC -DPIC works... yes
  68. checking if gcc static flag -static works... yes
  69. checking if gcc supports -c -o file.o... yes
  70. checking if gcc supports -c -o file.o... (cached) yes
  71. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  72. checking whether -lc should be explicitly linked in... no
  73. checking dynamic linker characteristics... GNU/Linux ld.so
  74. checking how to hardcode library paths into programs... immediate
  75. checking whether stripping libraries is possible... yes
  76. checking if libtool supports shared libraries... yes
  77. checking whether to build shared libraries... yes
  78. checking whether to build static libraries... yes
  79. checking for g++... g++
  80. checking whether we are using the GNU C++ compiler... yes
  81. checking whether g++ accepts -g... yes
  82. checking dependency style of g++... gcc3
  83. checking how to run the C++ preprocessor... g++ -E
  84. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  85. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  86. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  87. checking for g++ option to produce PIC... -fPIC -DPIC
  88. checking if g++ PIC flag -fPIC -DPIC works... yes
  89. checking if g++ static flag -static works... no
  90. checking if g++ supports -c -o file.o... yes
  91. checking if g++ supports -c -o file.o... (cached) yes
  92. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  93. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking for md5sum... md5sum
  96. checking for __int128... yes
  97. checking whether strerror_r is declared... yes
  98. checking for strerror_r... yes
  99. checking whether strerror_r returns char *... yes
  100. checking execinfo.h usability... yes
  101. checking execinfo.h presence... yes
  102. checking for execinfo.h... yes
  103. checking sys/syscall.h usability... yes
  104. checking sys/syscall.h presence... yes
  105. checking for sys/syscall.h... yes
  106. checking for siginfo_t.si_int... yes
  107. checking that generated files are newer than configure... done
  108. configure: creating ./config.status
  109. config.status: creating Makefile
  110. config.status: creating tests/compat.sh
  111. config.status: creating jellyfish-1.1.pc
  112. config.status: creating config.h
  113. config.status: executing depfiles commands
  114. config.status: executing libtool commands
  115. configure: WARNING: unrecognized options: --enable-python-binding, --enable-perl-binding
  116. [root@localhost jellyfish-1.1.12]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement