Advertisement
Guest User

Untitled

a guest
Feb 16th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.62 KB | None | 0 0
  1. Compiling librsync
  2.  
  3. [root@darkwing-n01 librsync-0.9.7]# ./configure --enable-shared
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking for gcc... gcc
  9. checking for C compiler default output file name... a.out
  10. checking whether the C compiler works... yes
  11. checking whether we are cross compiling... no
  12. checking for suffix of executables...
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ANSI C... none needed
  17. checking for style of include used by make... GNU
  18. checking dependency style of gcc... gcc3
  19. checking for strerror in -lcposix... no
  20. checking how to run the C preprocessor... gcc -E
  21. checking for a BSD-compatible install... /usr/bin/install -c
  22. checking whether make sets $(MAKE)... (cached) yes
  23. checking build system type... x86_64-unknown-linux-gnu
  24. checking host system type... x86_64-unknown-linux-gnu
  25. checking for a sed that does not truncate output... /bin/sed
  26. checking for egrep... grep -E
  27. checking for ld used by gcc... /usr/bin/ld
  28. checking if the linker (/usr/bin/ld) is GNU ld... yes
  29. checking for /usr/bin/ld option to reload object files... -r
  30. checking for BSD-compatible nm... /usr/bin/nm -B
  31. checking whether ln -s works... yes
  32. checking how to recognise dependent libraries... pass_all
  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 dlfcn.h usability... yes
  44. checking dlfcn.h presence... yes
  45. checking for dlfcn.h... yes
  46. checking for g++... g++
  47. checking whether we are using the GNU C++ compiler... yes
  48. checking whether g++ accepts -g... yes
  49. checking dependency style of g++... gcc3
  50. checking how to run the C++ preprocessor... g++ -E
  51. checking for g77... no
  52. checking for f77... no
  53. checking for xlf... no
  54. checking for frt... no
  55. checking for pgf77... no
  56. checking for fort77... no
  57. checking for fl32... no
  58. checking for af77... no
  59. checking for f90... no
  60. checking for xlf90... no
  61. checking for pgf90... no
  62. checking for epcf90... no
  63. checking for f95... no
  64. checking for fort... no
  65. checking for xlf95... no
  66. checking for ifc... no
  67. checking for efc... no
  68. checking for pgf95... no
  69. checking for lf95... no
  70. checking for gfortran... no
  71. checking whether we are using the GNU Fortran 77 compiler... no
  72. checking whether accepts -g... no
  73. checking the maximum length of command line arguments... 32768
  74. checking command to parse /usr/bin/nm -B output from gcc object... ok
  75. checking for objdir... .libs
  76. checking for ar... ar
  77. checking for ranlib... ranlib
  78. checking for strip... strip
  79. checking if gcc static flag works... yes
  80. checking if gcc supports -fno-rtti -fno-exceptions... no
  81. checking for gcc option to produce PIC... -fPIC
  82. checking if gcc PIC flag -fPIC works... yes
  83. checking if gcc supports -c -o file.o... yes
  84. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  85. checking whether -lc should be explicitly linked in... no
  86. checking dynamic linker characteristics... GNU/Linux ld.so
  87. checking how to hardcode library paths into programs... immediate
  88. checking whether stripping libraries is possible... yes
  89. checking if libtool supports shared libraries... yes
  90. checking whether to build shared libraries... yes
  91. checking whether to build static libraries... yes
  92. configure: creating libtool
  93. appending configuration tag "CXX" to libtool
  94. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  95. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  96. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  97. checking for g++ option to produce PIC... -fPIC
  98. checking if g++ PIC flag -fPIC works... yes
  99. checking if g++ supports -c -o file.o... yes
  100. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking dynamic linker characteristics... GNU/Linux ld.so
  102. checking how to hardcode library paths into programs... immediate
  103. checking whether stripping libraries is possible... yes
  104. appending configuration tag "F77" to libtool
  105. checking for deflate in -lz... no
  106. checking for BZ2_bzCompress in -lbz2... no
  107. checking for poptGetContext in -lpopt... yes
  108. checking for working alloca.h... yes
  109. checking for alloca... yes
  110. checking for ANSI C header files... (cached) yes
  111. checking mcheck.h usability... yes
  112. checking mcheck.h presence... yes
  113. checking for mcheck.h... yes
  114. checking bzlib.h usability... no
  115. checking bzlib.h presence... no
  116. checking for bzlib.h... no
  117. checking zlib.h usability... no
  118. checking zlib.h presence... no
  119. checking for zlib.h... no
  120. checking fcntl.h usability... yes
  121. checking fcntl.h presence... yes
  122. checking for fcntl.h... yes
  123. checking for inttypes.h... (cached) yes
  124. checking libintl.h usability... yes
  125. checking libintl.h presence... yes
  126. checking for libintl.h... yes
  127. checking limits.h usability... yes
  128. checking limits.h presence... yes
  129. checking for limits.h... yes
  130. checking malloc.h usability... yes
  131. checking malloc.h presence... yes
  132. checking for malloc.h... yes
  133. checking for stdint.h... (cached) yes
  134. checking for stdlib.h... (cached) yes
  135. checking for string.h... (cached) yes
  136. checking sys/file.h usability... yes
  137. checking sys/file.h presence... yes
  138. checking for sys/file.h... yes
  139. checking for unistd.h... (cached) yes
  140. checking for an ANSI C-conforming const... yes
  141. checking whether byte ordering is bigendian... no
  142. checking for size_t... yes
  143. checking for off_t... yes
  144. checking for special C compiler options needed for large files... no
  145. checking for _FILE_OFFSET_BITS value needed for large files... no
  146. checking for _LARGE_FILES value needed for large files... no
  147. checking for unsigned char... yes
  148. checking size of unsigned char... 1
  149. checking for short... yes
  150. checking size of short... 2
  151. checking for unsigned short... yes
  152. checking size of unsigned short... 2
  153. checking for int... yes
  154. checking size of int... 4
  155. checking for unsigned int... yes
  156. checking size of unsigned int... 4
  157. checking for long... yes
  158. checking size of long... 8
  159. checking for unsigned long... yes
  160. checking size of unsigned long... 8
  161. checking for long long... yes
  162. checking size of long long... 8
  163. checking for off_t... (cached) yes
  164. checking size of off_t... 8
  165. checking for size_t... (cached) yes
  166. checking size of size_t... 8
  167. checking for _LARGEFILE_SOURCE value needed for large files... no
  168. checking for fseeko... yes
  169. checking for memmove... yes
  170. checking for memset... yes
  171. checking for strchr... yes
  172. checking for strerror... yes
  173. checking for strtol... yes
  174. checking for gettext... yes
  175. checking for dgettext... yes
  176. checking for setreuid... yes
  177. checking for snprintf... yes
  178. checking for vsnprintf... yes
  179. checking for program_invocation_short_name... yes
  180. checking for vararg macro support... yes
  181. configure: creating ./config.status
  182. config.status: creating Makefile
  183. config.status: creating doc/Makefile
  184. config.status: creating doc/Doxyfile
  185. config.status: creating popt/Makefile
  186. config.status: creating testsuite/Makefile
  187. config.status: creating librsync-config.h
  188. config.status: creating config.h
  189. config.status: config.h is unchanged
  190. config.status: executing depfiles commands
  191. [root@darkwing-n01 librsync-0.9.7]# make
  192. make all-recursive
  193. make[1]: Entering directory `/home/jon.kelley/librsync-0.9.7'
  194. Making all in doc
  195. make[2]: Entering directory `/home/jon.kelley/librsync-0.9.7/doc'
  196. make[2]: Nothing to be done for `all'.
  197. make[2]: Leaving directory `/home/jon.kelley/librsync-0.9.7/doc'
  198. Making all in popt
  199. make[2]: Entering directory `/home/jon.kelley/librsync-0.9.7/popt'
  200. make[2]: Nothing to be done for `all'.
  201. make[2]: Leaving directory `/home/jon.kelley/librsync-0.9.7/popt'
  202. Making all in testsuite
  203. make[2]: Entering directory `/home/jon.kelley/librsync-0.9.7/testsuite'
  204. make[2]: Nothing to be done for `all'.
  205. make[2]: Leaving directory `/home/jon.kelley/librsync-0.9.7/testsuite'
  206. make[2]: Entering directory `/home/jon.kelley/librsync-0.9.7'
  207. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT prototab.lo -MD -MP -MF ".deps/prototab.Tpo" \
  208. -c -o prototab.lo `test -f 'prototab.c' || echo './'`prototab.c; \
  209. then mv -f ".deps/prototab.Tpo" ".deps/prototab.Plo"; \
  210. else rm -f ".deps/prototab.Tpo"; exit 1; \
  211. fi
  212. mkdir .libs
  213. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT prototab.lo -MD -MP -MF .deps/prototab.Tpo -c prototab.c -fPIC -DPIC -o .libs/prototab.o
  214. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT prototab.lo -MD -MP -MF .deps/prototab.Tpo -c prototab.c -o prototab.o >/dev/null 2>&1
  215. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT base64.lo -MD -MP -MF ".deps/base64.Tpo" \
  216. -c -o base64.lo `test -f 'base64.c' || echo './'`base64.c; \
  217. then mv -f ".deps/base64.Tpo" ".deps/base64.Plo"; \
  218. else rm -f ".deps/base64.Tpo"; exit 1; \
  219. fi
  220. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o .libs/base64.o
  221. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -o base64.o >/dev/null 2>&1
  222. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT buf.lo -MD -MP -MF ".deps/buf.Tpo" \
  223. -c -o buf.lo `test -f 'buf.c' || echo './'`buf.c; \
  224. then mv -f ".deps/buf.Tpo" ".deps/buf.Plo"; \
  225. else rm -f ".deps/buf.Tpo"; exit 1; \
  226. fi
  227. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT buf.lo -MD -MP -MF .deps/buf.Tpo -c buf.c -fPIC -DPIC -o .libs/buf.o
  228. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT buf.lo -MD -MP -MF .deps/buf.Tpo -c buf.c -o buf.o >/dev/null 2>&1
  229. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT checksum.lo -MD -MP -MF ".deps/checksum.Tpo" \
  230. -c -o checksum.lo `test -f 'checksum.c' || echo './'`checksum.c; \
  231. then mv -f ".deps/checksum.Tpo" ".deps/checksum.Plo"; \
  232. else rm -f ".deps/checksum.Tpo"; exit 1; \
  233. fi
  234. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT checksum.lo -MD -MP -MF .deps/checksum.Tpo -c checksum.c -fPIC -DPIC -o .libs/checksum.o
  235. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT checksum.lo -MD -MP -MF .deps/checksum.Tpo -c checksum.c -o checksum.o >/dev/null 2>&1
  236. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT command.lo -MD -MP -MF ".deps/command.Tpo" \
  237. -c -o command.lo `test -f 'command.c' || echo './'`command.c; \
  238. then mv -f ".deps/command.Tpo" ".deps/command.Plo"; \
  239. else rm -f ".deps/command.Tpo"; exit 1; \
  240. fi
  241. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT command.lo -MD -MP -MF .deps/command.Tpo -c command.c -fPIC -DPIC -o .libs/command.o
  242. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT command.lo -MD -MP -MF .deps/command.Tpo -c command.c -o command.o >/dev/null 2>&1
  243. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT delta.lo -MD -MP -MF ".deps/delta.Tpo" \
  244. -c -o delta.lo `test -f 'delta.c' || echo './'`delta.c; \
  245. then mv -f ".deps/delta.Tpo" ".deps/delta.Plo"; \
  246. else rm -f ".deps/delta.Tpo"; exit 1; \
  247. fi
  248. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT delta.lo -MD -MP -MF .deps/delta.Tpo -c delta.c -fPIC -DPIC -o .libs/delta.o
  249. delta.c: In function 'rs_delta_s_scan':
  250. delta.c:168: warning: pointer targets in passing argument 2 of 'RollsumUpdate' differ in signedness
  251. delta.c: In function 'rs_findmatch':
  252. delta.c:266: warning: pointer targets in passing argument 2 of 'RollsumUpdate' differ in signedness
  253. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT delta.lo -MD -MP -MF .deps/delta.Tpo -c delta.c -o delta.o >/dev/null 2>&1
  254. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT emit.lo -MD -MP -MF ".deps/emit.Tpo" \
  255. -c -o emit.lo `test -f 'emit.c' || echo './'`emit.c; \
  256. then mv -f ".deps/emit.Tpo" ".deps/emit.Plo"; \
  257. else rm -f ".deps/emit.Tpo"; exit 1; \
  258. fi
  259. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT emit.lo -MD -MP -MF .deps/emit.Tpo -c emit.c -fPIC -DPIC -o .libs/emit.o
  260. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT emit.lo -MD -MP -MF .deps/emit.Tpo -c emit.c -o emit.o >/dev/null 2>&1
  261. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT fileutil.lo -MD -MP -MF ".deps/fileutil.Tpo" \
  262. -c -o fileutil.lo `test -f 'fileutil.c' || echo './'`fileutil.c; \
  263. then mv -f ".deps/fileutil.Tpo" ".deps/fileutil.Plo"; \
  264. else rm -f ".deps/fileutil.Tpo"; exit 1; \
  265. fi
  266. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT fileutil.lo -MD -MP -MF .deps/fileutil.Tpo -c fileutil.c -fPIC -DPIC -o .libs/fileutil.o
  267. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT fileutil.lo -MD -MP -MF .deps/fileutil.Tpo -c fileutil.c -o fileutil.o >/dev/null 2>&1
  268. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT hex.lo -MD -MP -MF ".deps/hex.Tpo" \
  269. -c -o hex.lo `test -f 'hex.c' || echo './'`hex.c; \
  270. then mv -f ".deps/hex.Tpo" ".deps/hex.Plo"; \
  271. else rm -f ".deps/hex.Tpo"; exit 1; \
  272. fi
  273. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT hex.lo -MD -MP -MF .deps/hex.Tpo -c hex.c -fPIC -DPIC -o .libs/hex.o
  274. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT hex.lo -MD -MP -MF .deps/hex.Tpo -c hex.c -o hex.o >/dev/null 2>&1
  275. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT job.lo -MD -MP -MF ".deps/job.Tpo" \
  276. -c -o job.lo `test -f 'job.c' || echo './'`job.c; \
  277. then mv -f ".deps/job.Tpo" ".deps/job.Plo"; \
  278. else rm -f ".deps/job.Tpo"; exit 1; \
  279. fi
  280. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT job.lo -MD -MP -MF .deps/job.Tpo -c job.c -fPIC -DPIC -o .libs/job.o
  281. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT job.lo -MD -MP -MF .deps/job.Tpo -c job.c -o job.o >/dev/null 2>&1
  282. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT mdfour.lo -MD -MP -MF ".deps/mdfour.Tpo" \
  283. -c -o mdfour.lo `test -f 'mdfour.c' || echo './'`mdfour.c; \
  284. then mv -f ".deps/mdfour.Tpo" ".deps/mdfour.Plo"; \
  285. else rm -f ".deps/mdfour.Tpo"; exit 1; \
  286. fi
  287. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT mdfour.lo -MD -MP -MF .deps/mdfour.Tpo -c mdfour.c -fPIC -DPIC -o .libs/mdfour.o
  288. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT mdfour.lo -MD -MP -MF .deps/mdfour.Tpo -c mdfour.c -o mdfour.o >/dev/null 2>&1
  289. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT mksum.lo -MD -MP -MF ".deps/mksum.Tpo" \
  290. -c -o mksum.lo `test -f 'mksum.c' || echo './'`mksum.c; \
  291. then mv -f ".deps/mksum.Tpo" ".deps/mksum.Plo"; \
  292. else rm -f ".deps/mksum.Tpo"; exit 1; \
  293. fi
  294. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT mksum.lo -MD -MP -MF .deps/mksum.Tpo -c mksum.c -fPIC -DPIC -o .libs/mksum.o
  295. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT mksum.lo -MD -MP -MF .deps/mksum.Tpo -c mksum.c -o mksum.o >/dev/null 2>&1
  296. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT msg.lo -MD -MP -MF ".deps/msg.Tpo" \
  297. -c -o msg.lo `test -f 'msg.c' || echo './'`msg.c; \
  298. then mv -f ".deps/msg.Tpo" ".deps/msg.Plo"; \
  299. else rm -f ".deps/msg.Tpo"; exit 1; \
  300. fi
  301. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT msg.lo -MD -MP -MF .deps/msg.Tpo -c msg.c -fPIC -DPIC -o .libs/msg.o
  302. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT msg.lo -MD -MP -MF .deps/msg.Tpo -c msg.c -o msg.o >/dev/null 2>&1
  303. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT netint.lo -MD -MP -MF ".deps/netint.Tpo" \
  304. -c -o netint.lo `test -f 'netint.c' || echo './'`netint.c; \
  305. then mv -f ".deps/netint.Tpo" ".deps/netint.Plo"; \
  306. else rm -f ".deps/netint.Tpo"; exit 1; \
  307. fi
  308. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT netint.lo -MD -MP -MF .deps/netint.Tpo -c netint.c -fPIC -DPIC -o .libs/netint.o
  309. netint.c: In function 'rs_suck_netint':
  310. netint.c:133: warning: dereferencing type-punned pointer will break strict-aliasing rules
  311. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT netint.lo -MD -MP -MF .deps/netint.Tpo -c netint.c -o netint.o >/dev/null 2>&1
  312. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT patch.lo -MD -MP -MF ".deps/patch.Tpo" \
  313. -c -o patch.lo `test -f 'patch.c' || echo './'`patch.c; \
  314. then mv -f ".deps/patch.Tpo" ".deps/patch.Plo"; \
  315. else rm -f ".deps/patch.Tpo"; exit 1; \
  316. fi
  317. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT patch.lo -MD -MP -MF .deps/patch.Tpo -c patch.c -fPIC -DPIC -o .libs/patch.o
  318. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT patch.lo -MD -MP -MF .deps/patch.Tpo -c patch.c -o patch.o >/dev/null 2>&1
  319. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT readsums.lo -MD -MP -MF ".deps/readsums.Tpo" \
  320. -c -o readsums.lo `test -f 'readsums.c' || echo './'`readsums.c; \
  321. then mv -f ".deps/readsums.Tpo" ".deps/readsums.Plo"; \
  322. else rm -f ".deps/readsums.Tpo"; exit 1; \
  323. fi
  324. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT readsums.lo -MD -MP -MF .deps/readsums.Tpo -c readsums.c -fPIC -DPIC -o .libs/readsums.o
  325. readsums.c: In function 'rs_loadsig_s_strong':
  326. readsums.c:117: warning: dereferencing type-punned pointer will break strict-aliasing rules
  327. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT readsums.lo -MD -MP -MF .deps/readsums.Tpo -c readsums.c -o readsums.o >/dev/null 2>&1
  328. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT rollsum.lo -MD -MP -MF ".deps/rollsum.Tpo" \
  329. -c -o rollsum.lo `test -f 'rollsum.c' || echo './'`rollsum.c; \
  330. then mv -f ".deps/rollsum.Tpo" ".deps/rollsum.Plo"; \
  331. else rm -f ".deps/rollsum.Tpo"; exit 1; \
  332. fi
  333. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT rollsum.lo -MD -MP -MF .deps/rollsum.Tpo -c rollsum.c -fPIC -DPIC -o .libs/rollsum.o
  334. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT rollsum.lo -MD -MP -MF .deps/rollsum.Tpo -c rollsum.c -o rollsum.o >/dev/null 2>&1
  335. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT scoop.lo -MD -MP -MF ".deps/scoop.Tpo" \
  336. -c -o scoop.lo `test -f 'scoop.c' || echo './'`scoop.c; \
  337. then mv -f ".deps/scoop.Tpo" ".deps/scoop.Plo"; \
  338. else rm -f ".deps/scoop.Tpo"; exit 1; \
  339. fi
  340. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT scoop.lo -MD -MP -MF .deps/scoop.Tpo -c scoop.c -fPIC -DPIC -o .libs/scoop.o
  341. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT scoop.lo -MD -MP -MF .deps/scoop.Tpo -c scoop.c -o scoop.o >/dev/null 2>&1
  342. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT search.lo -MD -MP -MF ".deps/search.Tpo" \
  343. -c -o search.lo `test -f 'search.c' || echo './'`search.c; \
  344. then mv -f ".deps/search.Tpo" ".deps/search.Plo"; \
  345. else rm -f ".deps/search.Tpo"; exit 1; \
  346. fi
  347. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c -fPIC -DPIC -o .libs/search.o
  348. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c -o search.o >/dev/null 2>&1
  349. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT stats.lo -MD -MP -MF ".deps/stats.Tpo" \
  350. -c -o stats.lo `test -f 'stats.c' || echo './'`stats.c; \
  351. then mv -f ".deps/stats.Tpo" ".deps/stats.Plo"; \
  352. else rm -f ".deps/stats.Tpo"; exit 1; \
  353. fi
  354. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT stats.lo -MD -MP -MF .deps/stats.Tpo -c stats.c -fPIC -DPIC -o .libs/stats.o
  355. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT stats.lo -MD -MP -MF .deps/stats.Tpo -c stats.c -o stats.o >/dev/null 2>&1
  356. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT stream.lo -MD -MP -MF ".deps/stream.Tpo" \
  357. -c -o stream.lo `test -f 'stream.c' || echo './'`stream.c; \
  358. then mv -f ".deps/stream.Tpo" ".deps/stream.Plo"; \
  359. else rm -f ".deps/stream.Tpo"; exit 1; \
  360. fi
  361. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -fPIC -DPIC -o .libs/stream.o
  362. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -o stream.o >/dev/null 2>&1
  363. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT sumset.lo -MD -MP -MF ".deps/sumset.Tpo" \
  364. -c -o sumset.lo `test -f 'sumset.c' || echo './'`sumset.c; \
  365. then mv -f ".deps/sumset.Tpo" ".deps/sumset.Plo"; \
  366. else rm -f ".deps/sumset.Tpo"; exit 1; \
  367. fi
  368. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT sumset.lo -MD -MP -MF .deps/sumset.Tpo -c sumset.c -fPIC -DPIC -o .libs/sumset.o
  369. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT sumset.lo -MD -MP -MF .deps/sumset.Tpo -c sumset.c -o sumset.o >/dev/null 2>&1
  370. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT trace.lo -MD -MP -MF ".deps/trace.Tpo" \
  371. -c -o trace.lo `test -f 'trace.c' || echo './'`trace.c; \
  372. then mv -f ".deps/trace.Tpo" ".deps/trace.Plo"; \
  373. else rm -f ".deps/trace.Tpo"; exit 1; \
  374. fi
  375. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c trace.c -fPIC -DPIC -o .libs/trace.o
  376. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c trace.c -o trace.o >/dev/null 2>&1
  377. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT tube.lo -MD -MP -MF ".deps/tube.Tpo" \
  378. -c -o tube.lo `test -f 'tube.c' || echo './'`tube.c; \
  379. then mv -f ".deps/tube.Tpo" ".deps/tube.Plo"; \
  380. else rm -f ".deps/tube.Tpo"; exit 1; \
  381. fi
  382. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT tube.lo -MD -MP -MF .deps/tube.Tpo -c tube.c -fPIC -DPIC -o .libs/tube.o
  383. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT tube.lo -MD -MP -MF .deps/tube.Tpo -c tube.c -o tube.o >/dev/null 2>&1
  384. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT util.lo -MD -MP -MF ".deps/util.Tpo" \
  385. -c -o util.lo `test -f 'util.c' || echo './'`util.c; \
  386. then mv -f ".deps/util.Tpo" ".deps/util.Plo"; \
  387. else rm -f ".deps/util.Tpo"; exit 1; \
  388. fi
  389. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o
  390. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
  391. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT version.lo -MD -MP -MF ".deps/version.Tpo" \
  392. -c -o version.lo `test -f 'version.c' || echo './'`version.c; \
  393. then mv -f ".deps/version.Tpo" ".deps/version.Plo"; \
  394. else rm -f ".deps/version.Tpo"; exit 1; \
  395. fi
  396. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o .libs/version.o
  397. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
  398. if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT whole.lo -MD -MP -MF ".deps/whole.Tpo" \
  399. -c -o whole.lo `test -f 'whole.c' || echo './'`whole.c; \
  400. then mv -f ".deps/whole.Tpo" ".deps/whole.Plo"; \
  401. else rm -f ".deps/whole.Tpo"; exit 1; \
  402. fi
  403. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT whole.lo -MD -MP -MF .deps/whole.Tpo -c whole.c -fPIC -DPIC -o .libs/whole.o
  404. gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT whole.lo -MD -MP -MF .deps/whole.Tpo -c whole.c -o whole.o >/dev/null 2>&1
  405. /bin/sh ./libtool --mode=link gcc -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -o librsync.la -rpath /usr/local/lib -version-info 1:2:0 prototab.lo base64.lo buf.lo checksum.lo command.lo delta.lo emit.lo fileutil.lo hex.lo job.lo mdfour.lo mksum.lo msg.lo netint.lo patch.lo readsums.lo rollsum.lo scoop.lo search.lo stats.lo stream.lo sumset.lo trace.lo tube.lo util.lo version.lo whole.lo -lpopt
  406. gcc -shared .libs/prototab.o .libs/base64.o .libs/buf.o .libs/checksum.o .libs/command.o .libs/delta.o .libs/emit.o .libs/fileutil.o .libs/hex.o .libs/job.o .libs/mdfour.o .libs/mksum.o .libs/msg.o .libs/netint.o .libs/patch.o .libs/readsums.o .libs/rollsum.o .libs/scoop.o .libs/search.o .libs/stats.o .libs/stream.o .libs/sumset.o .libs/trace.o .libs/tube.o .libs/util.o .libs/version.o .libs/whole.o -lpopt -Wl,-soname -Wl,librsync.so.1 -o .libs/librsync.so.1.0.2
  407. (cd .libs && rm -f librsync.so.1 && ln -s librsync.so.1.0.2 librsync.so.1)
  408. (cd .libs && rm -f librsync.so && ln -s librsync.so.1.0.2 librsync.so)
  409. ar cru .libs/librsync.a prototab.o base64.o buf.o checksum.o command.o delta.o emit.o fileutil.o hex.o job.o mdfour.o mksum.o msg.o netint.o patch.o readsums.o rollsum.o scoop.o search.o stats.o stream.o sumset.o trace.o tube.o util.o version.o whole.o
  410. ranlib .libs/librsync.a
  411. creating librsync.la
  412. (cd .libs && rm -f librsync.la && ln -s ../librsync.la librsync.la)
  413. if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT rdiff.o -MD -MP -MF ".deps/rdiff.Tpo" \
  414. -c -o rdiff.o `test -f 'rdiff.c' || echo './'`rdiff.c; \
  415. then mv -f ".deps/rdiff.Tpo" ".deps/rdiff.Po"; \
  416. else rm -f ".deps/rdiff.Tpo"; exit 1; \
  417. fi
  418. if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -MT isprefix.o -MD -MP -MF ".deps/isprefix.Tpo" \
  419. -c -o isprefix.o `test -f 'isprefix.c' || echo './'`isprefix.c; \
  420. then mv -f ".deps/isprefix.Tpo" ".deps/isprefix.Po"; \
  421. else rm -f ".deps/isprefix.Tpo"; exit 1; \
  422. fi
  423. /bin/sh ./libtool --mode=link gcc -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -o rdiff rdiff.o isprefix.o librsync.la -lpopt
  424. gcc -Wall -Wshadow -Wundef -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -g -O2 -o .libs/rdiff rdiff.o isprefix.o ./.libs/librsync.so -lpopt -Wl,--rpath -Wl,/usr/local/lib
  425. creating rdiff
  426. make[2]: Leaving directory `/home/jon.kelley/librsync-0.9.7'
  427. make[1]: Leaving directory `/home/jon.kelley/librsync-0.9.7'
  428. [root@darkwing-n01 librsync-0.9.7]# make install
  429. Making install in doc
  430. make[1]: Entering directory `/home/jon.kelley/librsync-0.9.7/doc'
  431. make[2]: Entering directory `/home/jon.kelley/librsync-0.9.7/doc'
  432. make[2]: Nothing to be done for `install-exec-am'.
  433. /bin/sh ../mkinstalldirs /usr/local/man/man1
  434. /usr/bin/install -c -m 644 ./rdiff.1 /usr/local/man/man1/rdiff.1
  435. /bin/sh ../mkinstalldirs /usr/local/man/man3
  436. /usr/bin/install -c -m 644 ./librsync.3 /usr/local/man/man3/librsync.3
  437. make[2]: Leaving directory `/home/jon.kelley/librsync-0.9.7/doc'
  438. make[1]: Leaving directory `/home/jon.kelley/librsync-0.9.7/doc'
  439. Making install in popt
  440. make[1]: Entering directory `/home/jon.kelley/librsync-0.9.7/popt'
  441. make[2]: Entering directory `/home/jon.kelley/librsync-0.9.7/popt'
  442. make[2]: Nothing to be done for `install-exec-am'.
  443. make[2]: Nothing to be done for `install-data-am'.
  444. make[2]: Leaving directory `/home/jon.kelley/librsync-0.9.7/popt'
  445. make[1]: Leaving directory `/home/jon.kelley/librsync-0.9.7/popt'
  446. Making install in testsuite
  447. make[1]: Entering directory `/home/jon.kelley/librsync-0.9.7/testsuite'
  448. make[2]: Entering directory `/home/jon.kelley/librsync-0.9.7/testsuite'
  449. make[2]: Nothing to be done for `install-exec-am'.
  450. make[2]: Nothing to be done for `install-data-am'.
  451. make[2]: Leaving directory `/home/jon.kelley/librsync-0.9.7/testsuite'
  452. make[1]: Leaving directory `/home/jon.kelley/librsync-0.9.7/testsuite'
  453. make[1]: Entering directory `/home/jon.kelley/librsync-0.9.7'
  454. make[2]: Entering directory `/home/jon.kelley/librsync-0.9.7'
  455. /bin/sh ./mkinstalldirs /usr/local/lib
  456. /bin/sh ./libtool --mode=install /usr/bin/install -c librsync.la /usr/local/lib/librsync.la
  457. /usr/bin/install -c .libs/librsync.so.1.0.2 /usr/local/lib/librsync.so.1.0.2
  458. (cd /usr/local/lib && rm -f librsync.so.1 && ln -s librsync.so.1.0.2 librsync.so.1)
  459. (cd /usr/local/lib && rm -f librsync.so && ln -s librsync.so.1.0.2 librsync.so)
  460. /usr/bin/install -c .libs/librsync.lai /usr/local/lib/librsync.la
  461. /usr/bin/install -c .libs/librsync.a /usr/local/lib/librsync.a
  462. ranlib /usr/local/lib/librsync.a
  463. chmod 644 /usr/local/lib/librsync.a
  464. PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
  465. ----------------------------------------------------------------------
  466. Libraries have been installed in:
  467. /usr/local/lib
  468.  
  469. If you ever happen to want to link against installed libraries
  470. in a given directory, LIBDIR, you must either use libtool, and
  471. specify the full pathname of the library, or use the `-LLIBDIR'
  472. flag during linking and do at least one of the following:
  473. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  474. during execution
  475. - add LIBDIR to the `LD_RUN_PATH' environment variable
  476. during linking
  477. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  478. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  479.  
  480. See any operating system documentation about shared libraries for
  481. more information, such as the ld(1) and ld.so(8) manual pages.
  482. ----------------------------------------------------------------------
  483. /bin/sh ./mkinstalldirs /usr/local/bin
  484. /bin/sh ./libtool --mode=install /usr/bin/install -c rdiff /usr/local/bin/rdiff
  485. /usr/bin/install -c .libs/rdiff /usr/local/bin/rdiff
  486. /bin/sh ./mkinstalldirs /usr/local/include
  487. /usr/bin/install -c -m 644 librsync.h /usr/local/include/librsync.h
  488. /usr/bin/install -c -m 644 librsync-config.h /usr/local/include/librsync-config.h
  489. make[2]: Leaving directory `/home/jon.kelley/librsync-0.9.7'
  490. make[1]: Leaving directory `/home/jon.kelley/librsync-0.9.7'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement