Advertisement
Guest User

enable libsecp256k1_jni shared lib #64

a guest
Sep 22nd, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. $ ./configure --enable-jni
  2. checking build system type... i686-pc-mingw32
  3. checking host system type... i686-pc-mingw32
  4. checking for a BSD-compatible install... /bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking how to print strings... printf
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.exe
  14. checking for suffix of executables... .exe
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking dependency style of gcc... gcc3
  21. checking for a sed that does not truncate output... /bin/sed
  22. checking for grep that handles long lines and -e... /bin/grep
  23. checking for egrep... /bin/grep -E
  24. checking for fgrep... /bin/grep -F
  25. checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
  26. checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
  27. checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
  28. checking the name lister (/bin/nm -B) interface... BSD nm
  29. checking whether ln -s works... no, using cp -p
  30. checking the maximum length of command line arguments... 8192
  31. checking whether the shell understands some XSI constructs... yes
  32. checking whether the shell understands "+="... yes
  33. checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format...
  34. func_convert_file_msys_to_w32
  35. checking how to convert i686-pc-mingw32 file names to toolchain format... func_c
  36. onvert_file_msys_to_w32
  37. checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
  38. checking for objdump... objdump
  39. checking how to recognize dependent libraries... file_magic ^x86 archive import|
  40. ^x86 DLL
  41. checking for dlltool... dlltool
  42. checking how to associate runtime and link libraries... func_cygming_dll_for_imp
  43. lib
  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 /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... no
  64. checking for objdir... .libs
  65. checking if gcc supports -fno-rtti -fno-exceptions... no
  66. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  67. checking if gcc PIC flag -DDLL_EXPORT -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 (c:/mingw/mingw32/bin/ld.exe) supports shared li
  72. braries... yes
  73. checking whether -lc should be explicitly linked in... yes
  74. checking dynamic linker characteristics... Win32 ld.exe
  75. checking how to hardcode library paths into programs... immediate
  76. checking whether stripping libraries is possible... yes
  77. checking if libtool supports shared libraries... yes
  78. checking whether to build shared libraries... yes
  79. checking whether to build static libraries... yes
  80. checking for gcc... (cached) gcc
  81. checking whether we are using the GNU C compiler... (cached) yes
  82. checking whether gcc accepts -g... (cached) yes
  83. checking for gcc option to accept ISO C89... (cached) none needed
  84. checking dependency style of gcc... (cached) gcc3
  85. checking how to run the C preprocessor... gcc -E
  86. checking for a sed that does not truncate output... (cached) /bin/sed
  87. ./configure: line 12220: PKG_PROG_PKG_CONFIG: command not found
  88. checking for ar... /mingw/bin/ar
  89. checking for ranlib... /mingw/bin/ranlib
  90. checking for strip... /mingw/bin/strip
  91. checking for gcc option to accept ISO C99... -std=gnu99
  92. checking for __int128... no
  93. checking whether __builtin_expect is declared... yes
  94. checking gmp.h usability... yes
  95. checking gmp.h presence... yes
  96. checking for gmp.h... yes
  97. checking for __gmpz_init in -lgmp... yes
  98. checking openssl/crypto.h usability... no
  99. checking openssl/crypto.h presence... no
  100. checking for openssl/crypto.h... no
  101. checking for JAVA_HOME... checking for java... /c/Program Files/Java/jdk1.6.0_23
  102. /bin/java
  103. /c/Program Files/Java/jdk1.6.0_23
  104. checking jni.h usability... no
  105. checking jni.h presence... no
  106. checking for jni.h... no
  107. configure: error: jni.h not found at /c/Program Files/Java/jdk1.6.0_23/include/.
  108. Check your JAVA_HOME env var or use --disable-jni
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement