Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. admins-MacBook-Pro:~ admin$ git clone https://github.com/tihmstar/libcrippy && cd ./libcrippy && bash autogen.sh && make install
  2. Cloning into 'libcrippy'...
  3. remote: Counting objects: 95, done.
  4. remote: Total 95 (delta 0), reused 0 (delta 0), pack-reused 95
  5. Unpacking objects: 100% (95/95), done.
  6. Checking connectivity... done.
  7. glibtoolize: putting auxiliary files in '.'.
  8. glibtoolize: linking file './ltmain.sh'
  9. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  10. glibtoolize: linking file 'm4/libtool.m4'
  11. glibtoolize: linking file 'm4/ltoptions.m4'
  12. glibtoolize: linking file 'm4/ltsugar.m4'
  13. glibtoolize: linking file 'm4/ltversion.m4'
  14. glibtoolize: linking file 'm4/lt~obsolete.m4'
  15. configure.ac:4: installing './compile'
  16. configure.ac:4: installing './config.guess'
  17. configure.ac:4: installing './config.sub'
  18. configure.ac:6: installing './install-sh'
  19. configure.ac:10: installing './missing'
  20. /usr/local/Cellar/automake/1.15/share/automake-1.15/am/ltlibrary.am: warning: 'libcrippy-1.0.la': linking libtool libraries using a non-POSIX
  21. /usr/local/Cellar/automake/1.15/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
  22. src/Makefile.am:4: while processing Libtool library 'libcrippy-1.0.la'
  23. src/Makefile.am: installing './depcomp'
  24. checking build system type... x86_64-apple-darwin14.4.0
  25. checking host system type... x86_64-apple-darwin14.4.0
  26. checking how to print strings... printf
  27. checking for gcc... gcc
  28. checking whether the C compiler works... yes
  29. checking for C compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking whether gcc understands -c and -o together... yes
  37. checking for a sed that does not truncate output... /usr/bin/sed
  38. checking for grep that handles long lines and -e... /usr/bin/grep
  39. checking for egrep... /usr/bin/grep -E
  40. checking for fgrep... /usr/bin/grep -F
  41. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  42. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  43. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  44. checking the name lister (/usr/bin/nm) interface... BSD nm
  45. checking whether ln -s works... yes
  46. checking the maximum length of command line arguments... 196608
  47. checking how to convert x86_64-apple-darwin14.4.0 file names to x86_64-apple-darwin14.4.0 format... func_convert_file_noop
  48. checking how to convert x86_64-apple-darwin14.4.0 file names to toolchain format... func_convert_file_noop
  49. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  50. checking for objdump... no
  51. checking how to recognize dependent libraries... pass_all
  52. checking for dlltool... no
  53. checking how to associate runtime and link libraries... printf %s\n
  54. checking for ar... ar
  55. checking for archiver @FILE support... no
  56. checking for strip... strip
  57. checking for ranlib... ranlib
  58. checking for gawk... no
  59. checking for mawk... no
  60. checking for nawk... no
  61. checking for awk... awk
  62. checking command to parse /usr/bin/nm output from gcc object... ok
  63. checking for sysroot... no
  64. checking for a working dd... /bin/dd
  65. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  66. checking for mt... no
  67. checking if : is a manifest tool... no
  68. checking for dsymutil... dsymutil
  69. checking for nmedit... nmedit
  70. checking for lipo... lipo
  71. checking for otool... otool
  72. checking for otool64... no
  73. checking for -single_module linker flag... yes
  74. checking for -exported_symbols_list linker flag... yes
  75. checking for -force_load linker flag... yes
  76. checking how to run the C preprocessor... gcc -E
  77. checking for ANSI C header files... yes
  78. checking for sys/types.h... yes
  79. checking for sys/stat.h... yes
  80. checking for stdlib.h... yes
  81. checking for string.h... yes
  82. checking for memory.h... yes
  83. checking for strings.h... yes
  84. checking for inttypes.h... yes
  85. checking for stdint.h... yes
  86. checking for unistd.h... yes
  87. checking for dlfcn.h... yes
  88. checking for objdir... .libs
  89. checking if gcc supports -fno-rtti -fno-exceptions... yes
  90. checking for gcc option to produce PIC... -fno-common -DPIC
  91. checking if gcc PIC flag -fno-common -DPIC works... yes
  92. checking if gcc static flag -static works... no
  93. checking if gcc supports -c -o file.o... yes
  94. checking if gcc supports -c -o file.o... (cached) yes
  95. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  96. checking dynamic linker characteristics... darwin14.4.0 dyld
  97. checking how to hardcode library paths into programs... immediate
  98. checking whether stripping libraries is possible... yes
  99. checking if libtool supports shared libraries... yes
  100. checking whether to build shared libraries... yes
  101. checking whether to build static libraries... yes
  102. checking for a BSD-compatible install... /usr/bin/install -c
  103. checking whether make sets $(MAKE)... yes
  104. checking target system type... x86_64-apple-darwin14.4.0
  105. checking whether build environment is sane... yes
  106. checking for a thread-safe mkdir -p... ./install-sh -c -d
  107. checking for style of include used by make... GNU
  108. checking whether make supports nested variables... yes
  109. checking dependency style of gcc... gcc3
  110. checking for ANSI C header files... (cached) yes
  111. checking for pkg-config... /usr/local/bin/pkg-config
  112. checking pkg-config is at least version 0.9.0... yes
  113. checking for libplist... no
  114. configure: error: Package requirements (libplist >= 1.0) were not met:
  115.  
  116. No package 'libplist' found
  117.  
  118. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  119. installed software in a non-standard prefix.
  120.  
  121. Alternatively, you may set the environment variables libplist_CFLAGS
  122. and libplist_LIBS to avoid the need to call pkg-config.
  123. See the pkg-config man page for more details.
  124. admins-MacBook-Pro:libcrippy admin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement