weinerwad3000

Untitled

Jul 23rd, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.11 KB | None | 0 0
  1. ./autogen.sh && make && sudo make install
  2. libtoolize: putting auxiliary files in `.'.
  3. libtoolize: linking file `./ltmain.sh'
  4. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  5. libtoolize: linking file `m4/libtool.m4'
  6. libtoolize: linking file `m4/ltoptions.m4'
  7. libtoolize: linking file `m4/ltsugar.m4'
  8. libtoolize: linking file `m4/ltversion.m4'
  9. libtoolize: linking file `m4/lt~obsolete.m4'
  10. configure.ac:27: installing './compile'
  11. configure.ac:30: installing './config.guess'
  12. configure.ac:30: installing './config.sub'
  13. configure.ac:6: installing './install-sh'
  14. configure.ac:6: installing './missing'
  15. src/Makefile.am: installing './depcomp'
  16. checking for a BSD-compatible install... /usr/bin/install -c
  17. checking whether build environment is sane... yes
  18. checking for a thread-safe mkdir -p... /bin/mkdir -p
  19. checking for gawk... gawk
  20. checking whether make sets $(MAKE)... yes
  21. checking whether make supports nested variables... yes
  22. checking whether make supports nested variables... (cached) yes
  23. checking for gcc... gcc
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether gcc accepts -g... yes
  31. checking for gcc option to accept ISO C89... none needed
  32. checking whether gcc understands -c and -o together... yes
  33. checking for style of include used by make... GNU
  34. checking dependency style of gcc... gcc3
  35. checking for g++... g++
  36. checking whether we are using the GNU C++ compiler... yes
  37. checking whether g++ accepts -g... yes
  38. checking dependency style of g++... gcc3
  39. checking build system type... x86_64-unknown-linux-gnu
  40. checking host system type... x86_64-unknown-linux-gnu
  41. checking how to print strings... printf
  42. checking for a sed that does not truncate output... /bin/sed
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for fgrep... /bin/grep -F
  46. checking for ld used by gcc... /usr/bin/ld
  47. checking if the linker (/usr/bin/ld) is GNU ld... yes
  48. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  49. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  50. checking whether ln -s works... yes
  51. checking the maximum length of command line arguments... 1572864
  52. checking whether the shell understands some XSI constructs... yes
  53. checking whether the shell understands "+="... yes
  54. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  55. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  56. checking for /usr/bin/ld option to reload object files... -r
  57. checking for objdump... objdump
  58. checking how to recognize dependent libraries... pass_all
  59. checking for dlltool... no
  60. checking how to associate runtime and link libraries... printf %s\n
  61. checking for ar... ar
  62. checking for archiver @FILE support... @
  63. checking for strip... strip
  64. checking for ranlib... ranlib
  65. checking command to parse /usr/bin/nm -B output from gcc object... ok
  66. checking for sysroot... no
  67. checking for mt... mt
  68. checking if mt is a manifest tool... no
  69. checking how to run the C preprocessor... gcc -E
  70. checking for ANSI C header files... yes
  71. checking for sys/types.h... yes
  72. checking for sys/stat.h... yes
  73. checking for stdlib.h... yes
  74. checking for string.h... yes
  75. checking for memory.h... yes
  76. checking for strings.h... yes
  77. checking for inttypes.h... yes
  78. checking for stdint.h... yes
  79. checking for unistd.h... yes
  80. checking for dlfcn.h... yes
  81. checking for objdir... .libs
  82. checking if gcc supports -fno-rtti -fno-exceptions... no
  83. checking for gcc option to produce PIC... -fPIC -DPIC
  84. checking if gcc PIC flag -fPIC -DPIC works... yes
  85. checking if gcc static flag -static works... yes
  86. checking if gcc supports -c -o file.o... yes
  87. checking if gcc supports -c -o file.o... (cached) yes
  88. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  89. checking whether -lc should be explicitly linked in... no
  90. checking dynamic linker characteristics... GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking whether stripping libraries is possible... yes
  93. checking if libtool supports shared libraries... yes
  94. checking whether to build shared libraries... yes
  95. checking whether to build static libraries... yes
  96. checking how to run the C++ preprocessor... g++ -E
  97. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  98. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  99. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  100. checking for g++ option to produce PIC... -fPIC -DPIC
  101. checking if g++ PIC flag -fPIC -DPIC works... yes
  102. checking if g++ static flag -static works... yes
  103. checking if g++ supports -c -o file.o... yes
  104. checking if g++ supports -c -o file.o... (cached) yes
  105. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  106. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  107. checking how to hardcode library paths into programs... immediate
  108. checking for pkg-config... /usr/bin/pkg-config
  109. checking pkg-config is at least version 0.9.0... yes
  110. checking for libusb... yes
  111. checking for ANSI C header files... (cached) yes
  112. checking for stdint.h... (cached) yes
  113. checking for stdlib.h... (cached) yes
  114. checking for string.h... (cached) yes
  115. checking for an ANSI C-conforming const... yes
  116. checking for size_t... yes
  117. checking for ssize_t... yes
  118. checking for uint16_t... yes
  119. checking for uint32_t... yes
  120. checking for uint8_t... yes
  121. checking for stdlib.h... (cached) yes
  122. checking for GNU libc compatible malloc... yes
  123. checking for stdlib.h... (cached) yes
  124. checking for GNU libc compatible realloc... yes
  125. checking for strcasecmp... yes
  126. checking for strdup... yes
  127. checking for strerror... yes
  128. checking for strndup... yes
  129. checking whether to enable WIN32 build settings... no
  130. checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fvisibility=hidden
  131. checking for special C compiler options needed for large files... no
  132. checking for _FILE_OFFSET_BITS value needed for large files... no
  133. checking for native large file support... yes
  134. checking for _LARGEFILE_SOURCE value needed for large files... no
  135. checking whether make supports nested variables... (cached) yes
  136. checking that generated files are newer than configure... done
  137. configure: creating ./config.status
  138. config.status: creating Makefile
  139. config.status: creating src/Makefile
  140. config.status: creating include/Makefile
  141. config.status: creating tools/Makefile
  142. config.status: creating libirecovery.pc
  143. config.status: creating config.h
  144. config.status: executing depfiles commands
  145. config.status: executing libtool commands
  146.  
  147. Configuration for libirecovery 0.2.0:
  148. -------------------------------------------
  149.  
  150. Install prefix: .........: /usr/local
  151.  
  152. Now type 'make' to build libirecovery 0.2.0,
  153. and then 'make install' for installation.
  154.  
  155. make all-recursive
  156. make[1]: Entering directory `/home/dan/Git/idevicerestore/libirecovery'
  157. Making all in src
  158. make[2]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/src'
  159. CC libirecovery_la-libirecovery.lo
  160. CCLD libirecovery.la
  161. make[2]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/src'
  162. Making all in include
  163. make[2]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/include'
  164. make[2]: Nothing to be done for `all'.
  165. make[2]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/include'
  166. Making all in tools
  167. make[2]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/tools'
  168. CC irecovery-irecovery.o
  169. irecovery.c: In function ‘buffer_read_from_filename’:
  170. irecovery.c:112:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  171. fread(*buffer, sizeof(char), size, f);
  172. ^
  173. CCLD irecovery
  174. make[2]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/tools'
  175. make[2]: Entering directory `/home/dan/Git/idevicerestore/libirecovery'
  176. make[2]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery'
  177. make[1]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery'
  178. [sudo] password for dan:
  179. Making install in src
  180. make[1]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/src'
  181. make[2]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/src'
  182. /bin/mkdir -p '/usr/local/lib'
  183. /bin/bash ../libtool --mode=install /usr/bin/install -c libirecovery.la '/usr/local/lib'
  184. libtool: install: /usr/bin/install -c .libs/libirecovery.so.2.0.1 /usr/local/lib/libirecovery.so.2.0.1
  185. libtool: install: (cd /usr/local/lib && { ln -s -f libirecovery.so.2.0.1 libirecovery.so.2 || { rm -f libirecovery.so.2 && ln -s libirecovery.so.2.0.1 libirecovery.so.2; }; })
  186. libtool: install: (cd /usr/local/lib && { ln -s -f libirecovery.so.2.0.1 libirecovery.so || { rm -f libirecovery.so && ln -s libirecovery.so.2.0.1 libirecovery.so; }; })
  187. libtool: install: /usr/bin/install -c .libs/libirecovery.lai /usr/local/lib/libirecovery.la
  188. libtool: install: /usr/bin/install -c .libs/libirecovery.a /usr/local/lib/libirecovery.a
  189. libtool: install: chmod 644 /usr/local/lib/libirecovery.a
  190. libtool: install: ranlib /usr/local/lib/libirecovery.a
  191. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
  192. ----------------------------------------------------------------------
  193. Libraries have been installed in:
  194. /usr/local/lib
  195.  
  196. If you ever happen to want to link against installed libraries
  197. in a given directory, LIBDIR, you must either use libtool, and
  198. specify the full pathname of the library, or use the `-LLIBDIR'
  199. flag during linking and do at least one of the following:
  200. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  201. during execution
  202. - add LIBDIR to the `LD_RUN_PATH' environment variable
  203. during linking
  204. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  205. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  206.  
  207. See any operating system documentation about shared libraries for
  208. more information, such as the ld(1) and ld.so(8) manual pages.
  209. ----------------------------------------------------------------------
  210. make[2]: Nothing to be done for `install-data-am'.
  211. make[2]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/src'
  212. make[1]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/src'
  213. Making install in include
  214. make[1]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/include'
  215. make[2]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/include'
  216. make[2]: Nothing to be done for `install-exec-am'.
  217. /bin/mkdir -p '/usr/local/include'
  218. /usr/bin/install -c -m 644 libirecovery.h '/usr/local/include/.'
  219. make[2]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/include'
  220. make[1]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/include'
  221. Making install in tools
  222. make[1]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/tools'
  223. make[2]: Entering directory `/home/dan/Git/idevicerestore/libirecovery/tools'
  224. /bin/mkdir -p '/usr/local/bin'
  225. /bin/bash ../libtool --mode=install /usr/bin/install -c irecovery '/usr/local/bin'
  226. libtool: install: /usr/bin/install -c .libs/irecovery /usr/local/bin/irecovery
  227. make[2]: Nothing to be done for `install-data-am'.
  228. make[2]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/tools'
  229. make[1]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery/tools'
  230. make[1]: Entering directory `/home/dan/Git/idevicerestore/libirecovery'
  231. make[2]: Entering directory `/home/dan/Git/idevicerestore/libirecovery'
  232. make[2]: Nothing to be done for `install-exec-am'.
  233. /bin/mkdir -p '/usr/local/lib/pkgconfig'
  234. /usr/bin/install -c -m 644 libirecovery.pc '/usr/local/lib/pkgconfig'
  235. make[2]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery'
  236. make[1]: Leaving directory `/home/dan/Git/idevicerestore/libirecovery'
Add Comment
Please, Sign In to add comment