Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. pi:~/libfreefare $ ./configure --prefix=/usr
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking whether gcc understands -c and -o together... yes
  12. checking for g++... g++
  13. checking whether we are using the GNU C++ compiler... yes
  14. checking whether g++ accepts -g... yes
  15. checking for ar... ar
  16. checking the archiver (ar) interface... ar
  17. ./configure: line 3722: LT_INIT: command not found
  18. checking for a BSD-compatible install... /usr/bin/install -c
  19. checking whether build environment is sane... yes
  20. checking for a thread-safe mkdir -p... /bin/mkdir -p
  21. checking for gawk... no
  22. checking for mawk... mawk
  23. checking whether make sets $(MAKE)... yes
  24. checking for style of include used by make... GNU
  25. checking whether make supports nested variables... yes
  26. checking dependency style of gcc... gcc3
  27. checking dependency style of g++... gcc3
  28. checking whether make supports nested variables... (cached) yes
  29. checking for inline... inline
  30. checking how to run the C preprocessor... gcc -E
  31. checking for grep that handles long lines and -e... /bin/grep
  32. checking for egrep... /bin/grep -E
  33. checking for ANSI C header files... yes
  34. checking for sys/types.h... yes
  35. checking for sys/stat.h... yes
  36. checking for stdlib.h... yes
  37. checking for string.h... yes
  38. checking for memory.h... yes
  39. checking for strings.h... yes
  40. checking for inttypes.h... yes
  41. checking for stdint.h... yes
  42. checking for unistd.h... yes
  43. checking for stdbool.h that conforms to C99... yes
  44. checking for _Bool... yes
  45. checking for int16_t... yes
  46. checking for int32_t... yes
  47. checking for off_t... yes
  48. checking for uint8_t... yes
  49. checking for uint16_t... yes
  50. checking for uint32_t... yes
  51. checking for size_t... yes
  52. checking for ssize_t... yes
  53. checking for stdlib.h... (cached) yes
  54. checking for GNU libc compatible malloc... yes
  55. checking for stdlib.h... (cached) yes
  56. checking for GNU libc compatible realloc... yes
  57. checking for sys/types.h... (cached) yes
  58. checking for memset... yes
  59. checking for letoh32... no
  60. checking for htole32... no
  61. checking for pow... no
  62. checking for strdup... yes
  63. checking for strerror... yes
  64. checking endian.h usability... yes
  65. checking endian.h presence... yes
  66. checking for endian.h... yes
  67. checking sys/endian.h usability... no
  68. checking sys/endian.h presence... no
  69. checking for sys/endian.h... no
  70. checking CoreFoundation/CoreFoundation.h usability... no
  71. checking CoreFoundation/CoreFoundation.h presence... no
  72. checking for CoreFoundation/CoreFoundation.h... no
  73. checking byteswap.h usability... yes
  74. checking byteswap.h presence... yes
  75. checking for byteswap.h... yes
  76. checking for DES_ecb_encrypt in -lcrypto... yes
  77. checking openssl/aes.h usability... yes
  78. checking openssl/aes.h presence... yes
  79. checking for openssl/aes.h... yes
  80. checking openssl/des.h usability... yes
  81. checking openssl/des.h presence... yes
  82. checking for openssl/des.h... yes
  83. checking openssl/rand.h usability... yes
  84. checking openssl/rand.h presence... yes
  85. checking for openssl/rand.h... yes
  86. checking for pkg-config... /usr/bin/pkg-config
  87. checking pkg-config is at least version 0.9.0... yes
  88. checking for LIBNFC... yes
  89. checking that generated files are newer than configure... done
  90. configure: creating ./config.status
  91. config.status: creating Makefile
  92. config.status: creating contrib/Makefile
  93. config.status: error: cannot find input file: `contrib/libutil/Makefile.in'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement