Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. [root@faa37146841a nettle-3.3]# CPPFLAGS="-I../gmp-6.1.2/" LDFLAGS="-L../gmp-6.1.2/.libs/" ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking for -R flag... using -Wl,-rpath,
  5. Searching for libraries
  6. checking /usr/local/lib/lib... not found
  7. checking /usr/local/lib... added
  8. checking /sw/local/lib... not found
  9. checking /sw/lib... not found
  10. checking /usr/gnu/lib... not found
  11. checking /opt/gnu/lib... not found
  12. checking /sw/gnu/lib... not found
  13. checking /usr/freeware/lib... not found
  14. checking /usr/pkg/lib... not found
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking for ifunc support... yes
  25. checking for g++... no
  26. checking for c++... no
  27. checking for gpp... no
  28. checking for aCC... no
  29. checking for CC... no
  30. checking for cxx... no
  31. checking for cc++... no
  32. checking for cl.exe... no
  33. checking for FCC... no
  34. checking for KCC... no
  35. checking for RCC... no
  36. checking for xlC_r... no
  37. checking for xlC... no
  38. checking whether we are using the GNU C++ compiler... no
  39. checking whether g++ accepts -g... no
  40. checking if LD -Wl,--version-script works... yes
  41. checking whether make sets $(MAKE)... yes
  42. checking for ranlib... ranlib
  43. checking for nm... nm
  44. checking for objdump... objdump
  45. checking for ar... ar
  46. checking for a BSD-compatible install... /usr/bin/install -c
  47. checking for a thread-safe mkdir -p... /bin/mkdir -p
  48. checking whether ln -s works... yes
  49. checking for build system executable suffix...
  50. checking for an ANSI C-conforming const... yes
  51. checking for inline... inline
  52. checking how to run the C preprocessor... gcc -E
  53. checking for grep that handles long lines and -e... /bin/grep
  54. checking for egrep... /bin/grep -E
  55. checking for uid_t in sys/types.h... yes
  56. checking for ANSI C header files... yes
  57. checking for sys/types.h... yes
  58. checking for sys/stat.h... yes
  59. checking for stdlib.h... yes
  60. checking for string.h... yes
  61. checking for memory.h... yes
  62. checking for strings.h... yes
  63. checking for inttypes.h... yes
  64. checking for stdint.h... yes
  65. checking for unistd.h... yes
  66. checking for size_t... yes
  67. checking whether time.h and sys/time.h may both be included... yes
  68. checking size of long... 8
  69. checking size of size_t... 8
  70. checking openssl/blowfish.h usability... no
  71. checking openssl/blowfish.h presence... no
  72. checking for openssl/blowfish.h... no
  73. checking valgrind/memcheck.h usability... no
  74. checking valgrind/memcheck.h presence... no
  75. checking for valgrind/memcheck.h... no
  76. checking dlfcn.h usability... yes
  77. checking dlfcn.h presence... yes
  78. checking for dlfcn.h... yes
  79. checking for dlopen in -ldl... yes
  80. checking for working alloca.h... yes
  81. checking for alloca... yes
  82. checking malloc.h usability... yes
  83. checking malloc.h presence... yes
  84. checking for malloc.h... yes
  85. checking for strerror... yes
  86. checking for secure_getenv... no
  87. checking for getline... yes
  88. checking whether byte ordering is bigendian... no
  89. checking for __attribute__... yes
  90. checking for stdint types... stdint.h (shortcircuit)
  91. make use of stdint.h in nettle-stdint.h (assuming C99 compatible system)
  92. checking for fcntl file locking... yes
  93. checking for __gmpz_powm_sec in -lgmp... yes
  94. checking Running simple test program failed. Trying -R flags... failed
  95. checking for GMP limb size... configure: error: in `/tmp/nettle-3.3':
  96. configure: error: cannot find value of GMP_NUMB_BITS
  97. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement