Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.65 KB | None | 0 0
  1. punzilla nntpgrab-0.7.1 # make install
  2. Making install in po
  3. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/po'
  4. linguas="nl fr tr "; \
  5. for lang in $linguas; do \
  6. dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
  7. /bin/sh /home/paul/nntpgrab-0.7.1/install-sh -d $dir; \
  8. if test -r $lang.gmo; then \
  9. /usr/bin/install -c -m 644 $lang.gmo $dir/NNTPGrab.mo; \
  10. echo "installing $lang.gmo as $dir/NNTPGrab.mo"; \
  11. else \
  12. /usr/bin/install -c -m 644 ./$lang.gmo $dir/NNTPGrab.mo; \
  13. echo "installing ./$lang.gmo as" \
  14. "$dir/NNTPGrab.mo"; \
  15. fi; \
  16. if test -r $lang.gmo.m; then \
  17. /usr/bin/install -c -m 644 $lang.gmo.m $dir/NNTPGrab.mo.m; \
  18. echo "installing $lang.gmo.m as $dir/NNTPGrab.mo.m"; \
  19. else \
  20. if test -r ./$lang.gmo.m ; then \
  21. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  22. $dir/NNTPGrab.mo.m; \
  23. echo "installing ./$lang.gmo.m as" \
  24. "$dir/NNTPGrab.mo.m"; \
  25. else \
  26. true; \
  27. fi; \
  28. fi; \
  29. done
  30. installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/NNTPGrab.mo
  31. installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/NNTPGrab.mo
  32. installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/NNTPGrab.mo
  33. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/po'
  34. Making install in base
  35. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/base'
  36. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/base'
  37. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  38. /bin/sh ../libtool --mode=install /usr/bin/install -c libnntpgrab_utils.la '/usr/local/lib'
  39. libtool: install: /usr/bin/install -c .libs/libnntpgrab_utils.so.0.0.0 /usr/local/lib/libnntpgrab_utils.so.0.0.0
  40. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab_utils.so.0.0.0 libnntpgrab_utils.so.0 || { rm -f libnntpgrab_utils.so.0 && ln -s libnntpgrab_utils.so.0.0.0 libnntpgrab_utils.so.0; }; })
  41. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab_utils.so.0.0.0 libnntpgrab_utils.so || { rm -f libnntpgrab_utils.so && ln -s libnntpgrab_utils.so.0.0.0 libnntpgrab_utils.so; }; })
  42. libtool: install: /usr/bin/install -c .libs/libnntpgrab_utils.lai /usr/local/lib/libnntpgrab_utils.la
  43. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib
  44. ----------------------------------------------------------------------
  45. Libraries have been installed in:
  46. /usr/local/lib
  47.  
  48. If you ever happen to want to link against installed libraries
  49. in a given directory, LIBDIR, you must either use libtool, and
  50. specify the full pathname of the library, or use the `-LLIBDIR'
  51. flag during linking and do at least one of the following:
  52. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  53. during execution
  54. - add LIBDIR to the `LD_RUN_PATH' environment variable
  55. during linking
  56. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  57. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  58.  
  59. See any operating system documentation about shared libraries for
  60. more information, such as the ld(1) and ld.so(8) manual pages.
  61. ----------------------------------------------------------------------
  62. test -z "/usr/local/include/nntpgrab" || /bin/mkdir -p "/usr/local/include/nntpgrab"
  63. /usr/bin/install -c -m 644 nntpgrab_utils.h nntpgrab_types.h '/usr/local/include/nntpgrab'
  64. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  65. /usr/bin/install -c -m 644 nntpgrab_utils.pc '/usr/local/lib/pkgconfig'
  66. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/base'
  67. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/base'
  68. Making install in nntpgrab_core
  69. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/nntpgrab_core'
  70. make install-am
  71. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/nntpgrab_core'
  72. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/nntpgrab_core'
  73. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  74. /bin/sh ../libtool --mode=install /usr/bin/install -c libnntpgrab.la '/usr/local/lib'
  75. libtool: install: warning: relinking `libnntpgrab.la'
  76. libtool: install: (cd /home/paul/nntpgrab-0.7.1/nntpgrab_core; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -I../base -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -Wall -DIN_NNTPGRAB_CORE -g -O2 -DOS=\"Linux\" -fstack-protector -no-undefined -version-info 0:0:0 -export-symbols nntpgrab.def -o libnntpgrab.la -rpath /usr/local/lib libnntpgrab_la-configuration.lo libnntpgrab_la-core_signals.lo libnntpgrab_la-marshalers.lo libnntpgrab_la-nntpconnection.lo libnntpgrab_la-nntpconnection_backend_iface.lo libnntpgrab_la-nntpconnection_backend_native.lo libnntpgrab_la-nntpconnection_backend_gio.lo libnntpgrab_la-nntpconnection_utils.lo libnntpgrab_la-nntpgrab_core.lo libnntpgrab_la-collection_alloc.lo libnntpgrab_la-decoder_thread.lo libnntpgrab_la-download_thread.lo libnntpgrab_la-download_queue.lo libnntpgrab_la-queue_rawfile.lo libnntpgrab_la-plugins.lo libnntpgrab_la-throttle.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lproxy -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgnutls ../base/libnntpgrab_utils.la )
  77. libtool: relink: echo "{ global:" > .libs/libnntpgrab.ver
  78. libtool: relink: cat nntpgrab.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab.ver
  79. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab.ver
  80. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_la-configuration.o .libs/libnntpgrab_la-core_signals.o .libs/libnntpgrab_la-marshalers.o .libs/libnntpgrab_la-nntpconnection.o .libs/libnntpgrab_la-nntpconnection_backend_iface.o .libs/libnntpgrab_la-nntpconnection_backend_native.o .libs/libnntpgrab_la-nntpconnection_backend_gio.o .libs/libnntpgrab_la-nntpconnection_utils.o .libs/libnntpgrab_la-nntpgrab_core.o .libs/libnntpgrab_la-collection_alloc.o .libs/libnntpgrab_la-decoder_thread.o .libs/libnntpgrab_la-download_thread.o .libs/libnntpgrab_la-download_queue.o .libs/libnntpgrab_la-queue_rawfile.o .libs/libnntpgrab_la-plugins.o .libs/libnntpgrab_la-throttle.o -lproxy -L/usr/lib64 -lgnutls -ltasn1 -lz -lgcrypt -lgpg-error -L/usr/local/lib -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -pthread -O2 -pthread -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libnntpgrab.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab.ver -o .libs/libnntpgrab.so.0.0.0
  81. libtool: install: /usr/bin/install -c .libs/libnntpgrab.so.0.0.0T /usr/local/lib/libnntpgrab.so.0.0.0
  82. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab.so.0.0.0 libnntpgrab.so.0 || { rm -f libnntpgrab.so.0 && ln -s libnntpgrab.so.0.0.0 libnntpgrab.so.0; }; })
  83. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab.so.0.0.0 libnntpgrab.so || { rm -f libnntpgrab.so && ln -s libnntpgrab.so.0.0.0 libnntpgrab.so; }; })
  84. libtool: install: /usr/bin/install -c .libs/libnntpgrab.lai /usr/local/lib/libnntpgrab.la
  85. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib
  86. ----------------------------------------------------------------------
  87. Libraries have been installed in:
  88. /usr/local/lib
  89.  
  90. If you ever happen to want to link against installed libraries
  91. in a given directory, LIBDIR, you must either use libtool, and
  92. specify the full pathname of the library, or use the `-LLIBDIR'
  93. flag during linking and do at least one of the following:
  94. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  95. during execution
  96. - add LIBDIR to the `LD_RUN_PATH' environment variable
  97. during linking
  98. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  99. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  100.  
  101. See any operating system documentation about shared libraries for
  102. more information, such as the ld(1) and ld.so(8) manual pages.
  103. ----------------------------------------------------------------------
  104. test -z "/usr/local/include/nntpgrab" || /bin/mkdir -p "/usr/local/include/nntpgrab"
  105. /usr/bin/install -c -m 644 nntpgrab.h nntpgrab_plugin.h '/usr/local/include/nntpgrab'
  106. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  107. /usr/bin/install -c -m 644 nntpgrab.pc '/usr/local/lib/pkgconfig'
  108. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/nntpgrab_core'
  109. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/nntpgrab_core'
  110. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/nntpgrab_core'
  111. Making install in automation
  112. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/automation'
  113. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/automation'
  114. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  115. /bin/sh ../libtool --mode=install /usr/bin/install -c libnntpgrab_automation.la '/usr/local/lib'
  116. libtool: install: warning: relinking `libnntpgrab_automation.la'
  117. libtool: install: (cd /home/paul/nntpgrab-0.7.1/automation; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -g -O2 -DOS=\"Linux\" -fstack-protector -no-undefined -version-info 0:0:0 -export-symbols nntpgrab_automation.def -o libnntpgrab_automation.la -rpath /usr/local/lib marshalers.lo automation_auto_import.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../base/libnntpgrab_utils.la )
  118. libtool: relink: echo "{ global:" > .libs/libnntpgrab_automation.ver
  119. libtool: relink: cat nntpgrab_automation.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_automation.ver
  120. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_automation.ver
  121. libtool: relink: gcc -shared -fPIC -DPIC .libs/marshalers.o .libs/automation_auto_import.o -L/usr/local/lib -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -O2 -pthread -Wl,--export-dynamic -pthread -pthread -pthread -Wl,-soname -Wl,libnntpgrab_automation.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_automation.ver -o .libs/libnntpgrab_automation.so.0.0.0
  122. libtool: install: /usr/bin/install -c .libs/libnntpgrab_automation.so.0.0.0T /usr/local/lib/libnntpgrab_automation.so.0.0.0
  123. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab_automation.so.0.0.0 libnntpgrab_automation.so.0 || { rm -f libnntpgrab_automation.so.0 && ln -s libnntpgrab_automation.so.0.0.0 libnntpgrab_automation.so.0; }; })
  124. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab_automation.so.0.0.0 libnntpgrab_automation.so || { rm -f libnntpgrab_automation.so && ln -s libnntpgrab_automation.so.0.0.0 libnntpgrab_automation.so; }; })
  125. libtool: install: /usr/bin/install -c .libs/libnntpgrab_automation.lai /usr/local/lib/libnntpgrab_automation.la
  126. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib
  127. ----------------------------------------------------------------------
  128. Libraries have been installed in:
  129. /usr/local/lib
  130.  
  131. If you ever happen to want to link against installed libraries
  132. in a given directory, LIBDIR, you must either use libtool, and
  133. specify the full pathname of the library, or use the `-LLIBDIR'
  134. flag during linking and do at least one of the following:
  135. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  136. during execution
  137. - add LIBDIR to the `LD_RUN_PATH' environment variable
  138. during linking
  139. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  140. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  141.  
  142. See any operating system documentation about shared libraries for
  143. more information, such as the ld(1) and ld.so(8) manual pages.
  144. ----------------------------------------------------------------------
  145. test -z "/usr/local/include/nntpgrab" || /bin/mkdir -p "/usr/local/include/nntpgrab"
  146. /usr/bin/install -c -m 644 nntpgrab_automation.h '/usr/local/include/nntpgrab'
  147. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  148. /usr/bin/install -c -m 644 nntpgrab_automation.pc '/usr/local/lib/pkgconfig'
  149. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/automation'
  150. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/automation'
  151. Making install in plugins
  152. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins'
  153. Making install in decoder
  154. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/decoder'
  155. make install-am
  156. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/decoder'
  157. make[4]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/decoder'
  158. make[4]: Nothing to be done for `install-exec-am'.
  159. test -z "/usr/local/lib/nntpgrab" || /bin/mkdir -p "/usr/local/lib/nntpgrab"
  160. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnntpgrab_plugin_decoder.la '/usr/local/lib/nntpgrab'
  161. libtool: install: warning: relinking `libnntpgrab_plugin_decoder.la'
  162. libtool: install: (cd /home/paul/nntpgrab-0.7.1/plugins/decoder; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -I../../nntpgrab_core -I../../base -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -g -O2 -DOS=\"Linux\" -fstack-protector -module -no-undefined -version-info 0:0:0 -export-symbols ../nntpgrab_plugin.def -o libnntpgrab_plugin_decoder.la -rpath /usr/local/lib/nntpgrab libnntpgrab_plugin_decoder_la-marshalers.lo libnntpgrab_plugin_decoder_la-decoder.lo libnntpgrab_plugin_decoder_la-crc32.lo libnntpgrab_plugin_decoder_la-error.lo libnntpgrab_plugin_decoder_la-yydecode.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../../nntpgrab_core/libnntpgrab.la )
  163. libtool: relink: echo "{ global:" > .libs/libnntpgrab_plugin_decoder.ver
  164. libtool: relink: cat ../nntpgrab_plugin.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_decoder.ver
  165. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_plugin_decoder.ver
  166. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_plugin_decoder_la-marshalers.o .libs/libnntpgrab_plugin_decoder_la-decoder.o .libs/libnntpgrab_plugin_decoder_la-crc32.o .libs/libnntpgrab_plugin_decoder_la-error.o .libs/libnntpgrab_plugin_decoder_la-yydecode.o -L/home/paul/nntpgrab-0.7.1/base/.libs -L/usr/local/lib -lnntpgrab -L/usr/lib64 -lproxy -lgnutls -ltasn1 -lz -lgcrypt -lgpg-error -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -O2 -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libnntpgrab_plugin_decoder.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_decoder.ver -o .libs/libnntpgrab_plugin_decoder.so.0.0.0
  167. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_decoder.so.0.0.0T /usr/local/lib/nntpgrab/libnntpgrab_plugin_decoder.so.0.0.0
  168. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so.0 || { rm -f libnntpgrab_plugin_decoder.so.0 && ln -s libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so.0; }; })
  169. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so || { rm -f libnntpgrab_plugin_decoder.so && ln -s libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so; }; })
  170. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_decoder.lai /usr/local/lib/nntpgrab/libnntpgrab_plugin_decoder.la
  171. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib/nntpgrab
  172. ----------------------------------------------------------------------
  173. Libraries have been installed in:
  174. /usr/local/lib/nntpgrab
  175.  
  176. If you ever happen to want to link against installed libraries
  177. in a given directory, LIBDIR, you must either use libtool, and
  178. specify the full pathname of the library, or use the `-LLIBDIR'
  179. flag during linking and do at least one of the following:
  180. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  181. during execution
  182. - add LIBDIR to the `LD_RUN_PATH' environment variable
  183. during linking
  184. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  185. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  186.  
  187. See any operating system documentation about shared libraries for
  188. more information, such as the ld(1) and ld.so(8) manual pages.
  189. ----------------------------------------------------------------------
  190. make[4]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/decoder'
  191. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/decoder'
  192. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/decoder'
  193. Making install in par2
  194. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/par2'
  195. make install-am
  196. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/par2'
  197. make[4]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/par2'
  198. make[4]: Nothing to be done for `install-exec-am'.
  199. test -z "/usr/local/lib/nntpgrab" || /bin/mkdir -p "/usr/local/lib/nntpgrab"
  200. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnntpgrab_plugin_par2.la '/usr/local/lib/nntpgrab'
  201. libtool: install: warning: relinking `libnntpgrab_plugin_par2.la'
  202. libtool: install: (cd /home/paul/nntpgrab-0.7.1/plugins/par2; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -I../../nntpgrab_core -I../../base -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/par2/par2cmdline -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -g -O2 -DOS=\"Linux\" -fstack-protector -module -no-undefined -version-info 0:0:0 -export-symbols ../nntpgrab_plugin.def -o libnntpgrab_plugin_par2.la -rpath /usr/local/lib/nntpgrab libnntpgrab_plugin_par2_la-marshalers.lo libnntpgrab_plugin_par2_la-plugin_par2.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../../nntpgrab_core/libnntpgrab.la )
  203. libtool: relink: echo "{ global:" > .libs/libnntpgrab_plugin_par2.ver
  204. libtool: relink: cat ../nntpgrab_plugin.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_par2.ver
  205. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_plugin_par2.ver
  206. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_plugin_par2_la-marshalers.o .libs/libnntpgrab_plugin_par2_la-plugin_par2.o -L/home/paul/nntpgrab-0.7.1/base/.libs -L/usr/local/lib -lnntpgrab -L/usr/lib64 -lproxy -lgnutls -ltasn1 -lz -lgcrypt -lgpg-error -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -pthread -O2 -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libnntpgrab_plugin_par2.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_par2.ver -o .libs/libnntpgrab_plugin_par2.so.0.0.0
  207. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_par2.so.0.0.0T /usr/local/lib/nntpgrab/libnntpgrab_plugin_par2.so.0.0.0
  208. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_par2.so.0.0.0 libnntpgrab_plugin_par2.so.0 || { rm -f libnntpgrab_plugin_par2.so.0 && ln -s libnntpgrab_plugin_par2.so.0.0.0 libnntpgrab_plugin_par2.so.0; }; })
  209. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_par2.so.0.0.0 libnntpgrab_plugin_par2.so || { rm -f libnntpgrab_plugin_par2.so && ln -s libnntpgrab_plugin_par2.so.0.0.0 libnntpgrab_plugin_par2.so; }; })
  210. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_par2.lai /usr/local/lib/nntpgrab/libnntpgrab_plugin_par2.la
  211. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib/nntpgrab
  212. ----------------------------------------------------------------------
  213. Libraries have been installed in:
  214. /usr/local/lib/nntpgrab
  215.  
  216. If you ever happen to want to link against installed libraries
  217. in a given directory, LIBDIR, you must either use libtool, and
  218. specify the full pathname of the library, or use the `-LLIBDIR'
  219. flag during linking and do at least one of the following:
  220. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  221. during execution
  222. - add LIBDIR to the `LD_RUN_PATH' environment variable
  223. during linking
  224. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  225. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  226.  
  227. See any operating system documentation about shared libraries for
  228. more information, such as the ld(1) and ld.so(8) manual pages.
  229. ----------------------------------------------------------------------
  230. make[4]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/par2'
  231. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/par2'
  232. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/par2'
  233. Making install in unpack
  234. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/unpack'
  235. make install-am
  236. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/unpack'
  237. make[4]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/unpack'
  238. make[4]: Nothing to be done for `install-exec-am'.
  239. test -z "/usr/local/lib/nntpgrab" || /bin/mkdir -p "/usr/local/lib/nntpgrab"
  240. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnntpgrab_plugin_unpack.la '/usr/local/lib/nntpgrab'
  241. libtool: install: warning: relinking `libnntpgrab_plugin_unpack.la'
  242. libtool: install: (cd /home/paul/nntpgrab-0.7.1/plugins/unpack; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -I../../nntpgrab_core -I../../base -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DPRIVEXECDIR=\"/usr/local/libexec/nntpgrab/\" -DDEBUG -Wall -g -O2 -DOS=\"Linux\" -fstack-protector -module -no-undefined -version-info 0:0:0 -export-symbols ../nntpgrab_plugin.def -o libnntpgrab_plugin_unpack.la -rpath /usr/local/lib/nntpgrab libnntpgrab_plugin_unpack_la-plugin_unpack.lo libnntpgrab_plugin_unpack_la-marshalers.lo libnntpgrab_plugin_unpack_la-fr-archive.lo libnntpgrab_plugin_unpack_la-fr-command-7z.lo libnntpgrab_plugin_unpack_la-fr-command-ace.lo libnntpgrab_plugin_unpack_la-fr-command-alz.lo libnntpgrab_plugin_unpack_la-fr-command-ar.lo libnntpgrab_plugin_unpack_la-fr-command-arj.lo libnntpgrab_plugin_unpack_la-fr-command.lo libnntpgrab_plugin_unpack_la-fr-command-cfile.lo libnntpgrab_plugin_unpack_la-fr-command-cpio.lo libnntpgrab_plugin_unpack_la-fr-command-iso.lo libnntpgrab_plugin_unpack_la-fr-command-jar.lo libnntpgrab_plugin_unpack_la-fr-command-lha.lo libnntpgrab_plugin_unpack_la-fr-command-rar.lo libnntpgrab_plugin_unpack_la-fr-command-rpm.lo libnntpgrab_plugin_unpack_la-fr-command-tar.lo libnntpgrab_plugin_unpack_la-fr-command-unstuff.lo libnntpgrab_plugin_unpack_la-fr-command-zip.lo libnntpgrab_plugin_unpack_la-fr-command-zoo.lo libnntpgrab_plugin_unpack_la-fr-enum-types.lo libnntpgrab_plugin_unpack_la-fr-error.lo libnntpgrab_plugin_unpack_la-fr-process.lo libnntpgrab_plugin_unpack_la-fr-marshal.lo libnntpgrab_plugin_unpack_la-fr-mime.lo libnntpgrab_plugin_unpack_la-file-data.lo libnntpgrab_plugin_unpack_la-file-utils.lo libnntpgrab_plugin_unpack_la-glib-utils.lo libnntpgrab_plugin_unpack_la-gio-utils.lo libnntpgrab_plugin_unpack_la-java-utils.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../../nntpgrab_core/libnntpgrab.la ../../base/libnntpgrab_utils.la )
  243. libtool: relink: echo "{ global:" > .libs/libnntpgrab_plugin_unpack.ver
  244. libtool: relink: cat ../nntpgrab_plugin.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_unpack.ver
  245. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_plugin_unpack.ver
  246. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_plugin_unpack_la-plugin_unpack.o .libs/libnntpgrab_plugin_unpack_la-marshalers.o .libs/libnntpgrab_plugin_unpack_la-fr-archive.o .libs/libnntpgrab_plugin_unpack_la-fr-command-7z.o .libs/libnntpgrab_plugin_unpack_la-fr-command-ace.o .libs/libnntpgrab_plugin_unpack_la-fr-command-alz.o .libs/libnntpgrab_plugin_unpack_la-fr-command-ar.o .libs/libnntpgrab_plugin_unpack_la-fr-command-arj.o .libs/libnntpgrab_plugin_unpack_la-fr-command.o .libs/libnntpgrab_plugin_unpack_la-fr-command-cfile.o .libs/libnntpgrab_plugin_unpack_la-fr-command-cpio.o .libs/libnntpgrab_plugin_unpack_la-fr-command-iso.o .libs/libnntpgrab_plugin_unpack_la-fr-command-jar.o .libs/libnntpgrab_plugin_unpack_la-fr-command-lha.o .libs/libnntpgrab_plugin_unpack_la-fr-command-rar.o .libs/libnntpgrab_plugin_unpack_la-fr-command-rpm.o .libs/libnntpgrab_plugin_unpack_la-fr-command-tar.o .libs/libnntpgrab_plugin_unpack_la-fr-command-unstuff.o .libs/libnntpgrab_plugin_unpack_la-fr-command-zip.o .libs/libnntpgrab_plugin_unpack_la-fr-command-zoo.o .libs/libnntpgrab_plugin_unpack_la-fr-enum-types.o .libs/libnntpgrab_plugin_unpack_la-fr-error.o .libs/libnntpgrab_plugin_unpack_la-fr-process.o .libs/libnntpgrab_plugin_unpack_la-fr-marshal.o .libs/libnntpgrab_plugin_unpack_la-fr-mime.o .libs/libnntpgrab_plugin_unpack_la-file-data.o .libs/libnntpgrab_plugin_unpack_la-file-utils.o .libs/libnntpgrab_plugin_unpack_la-glib-utils.o .libs/libnntpgrab_plugin_unpack_la-gio-utils.o .libs/libnntpgrab_plugin_unpack_la-java-utils.o -L/home/paul/nntpgrab-0.7.1/base/.libs -L/usr/local/lib -lnntpgrab -L/usr/lib64 -lproxy -lgnutls -ltasn1 -lz -lgcrypt -lgpg-error -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -pthread -O2 -pthread -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libnntpgrab_plugin_unpack.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_unpack.ver -o .libs/libnntpgrab_plugin_unpack.so.0.0.0
  247. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_unpack.so.0.0.0T /usr/local/lib/nntpgrab/libnntpgrab_plugin_unpack.so.0.0.0
  248. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_unpack.so.0.0.0 libnntpgrab_plugin_unpack.so.0 || { rm -f libnntpgrab_plugin_unpack.so.0 && ln -s libnntpgrab_plugin_unpack.so.0.0.0 libnntpgrab_plugin_unpack.so.0; }; })
  249. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_unpack.so.0.0.0 libnntpgrab_plugin_unpack.so || { rm -f libnntpgrab_plugin_unpack.so && ln -s libnntpgrab_plugin_unpack.so.0.0.0 libnntpgrab_plugin_unpack.so; }; })
  250. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_unpack.lai /usr/local/lib/nntpgrab/libnntpgrab_plugin_unpack.la
  251. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib/nntpgrab
  252. ----------------------------------------------------------------------
  253. Libraries have been installed in:
  254. /usr/local/lib/nntpgrab
  255.  
  256. If you ever happen to want to link against installed libraries
  257. in a given directory, LIBDIR, you must either use libtool, and
  258. specify the full pathname of the library, or use the `-LLIBDIR'
  259. flag during linking and do at least one of the following:
  260. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  261. during execution
  262. - add LIBDIR to the `LD_RUN_PATH' environment variable
  263. during linking
  264. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  265. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  266.  
  267. See any operating system documentation about shared libraries for
  268. more information, such as the ld(1) and ld.so(8) manual pages.
  269. ----------------------------------------------------------------------
  270. make[4]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/unpack'
  271. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/unpack'
  272. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/unpack'
  273. Making install in jsonrpc
  274. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/jsonrpc'
  275. make install-am
  276. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/jsonrpc'
  277. make[4]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/jsonrpc'
  278. make[4]: Nothing to be done for `install-exec-am'.
  279. test -z "/usr/local/share/nntpgrab/web" || /bin/mkdir -p "/usr/local/share/nntpgrab/web"
  280. /usr/bin/install -c -m 644 web/index.html '/usr/local/share/nntpgrab/web'
  281. test -z "/usr/local/share/nntpgrab/web/css" || /bin/mkdir -p "/usr/local/share/nntpgrab/web/css"
  282. /usr/bin/install -c -m 644 web/css/jquery-contextMenu.css web/css/jquery-ui-1.8.nntpgrab.css web/css/nntpgrab.css '/usr/local/share/nntpgrab/web/css'
  283. test -z "/usr/local/share/nntpgrab/web/css/images" || /bin/mkdir -p "/usr/local/share/nntpgrab/web/css/images"
  284. /usr/bin/install -c -m 644 web/css/images/chrome.png web/css/images/firefox.png web/css/images/opera.png web/css/images/remove.png web/css/images/restart.png web/css/images/safari.png web/css/images/ui-bg_flat_30_cccccc_40x100.png web/css/images/ui-bg_flat_50_5c5c5c_40x100.png web/css/images/ui-bg_glass_20_555555_1x400.png web/css/images/ui-bg_glass_40_0078a3_1x400.png web/css/images/ui-bg_glass_40_ffc73d_1x400.png web/css/images/ui-bg_gloss-wave_25_333333_500x100.png web/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png web/css/images/ui-bg_inset-soft_25_000000_1x100.png web/css/images/ui-bg_inset-soft_30_f58400_1x100.png web/css/images/ui-icons_222222_256x240.png web/css/images/ui-icons_4b8e0b_256x240.png web/css/images/ui-icons_a83300_256x240.png web/css/images/ui-icons_cccccc_256x240.png web/css/images/ui-icons_ffffff_256x240.png '/usr/local/share/nntpgrab/web/css/images'
  285. test -z "/usr/local/share/nntpgrab/web/javascript" || /bin/mkdir -p "/usr/local/share/nntpgrab/web/javascript"
  286. /usr/bin/install -c -m 644 web/javascript/jquery-1.4.2.min.js web/javascript/jquery-color-1.0.js web/javascript/jquery-contextMenu.js web/javascript/jquery-dump-0.1.js web/javascript/jquery-json-0.1.js web/javascript/jquery-nntpgrab-0.1.js web/javascript/jquery-rightClick.js web/javascript/jquery-tinysort.min.js web/javascript/jquery-ui-1.8.min.js '/usr/local/share/nntpgrab/web/javascript'
  287. test -z "/usr/local/lib/nntpgrab" || /bin/mkdir -p "/usr/local/lib/nntpgrab"
  288. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnntpgrab_plugin_jsonrpc.la '/usr/local/lib/nntpgrab'
  289. libtool: install: warning: relinking `libnntpgrab_plugin_jsonrpc.la'
  290. libtool: install: (cd /home/paul/nntpgrab-0.7.1/plugins/jsonrpc; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -I. -I../../nntpgrab_core -I../../base -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -DNO_CGI -DNO_SSI -g -O2 -DOS=\"Linux\" -fstack-protector -module -no-undefined -version-info 0:0:0 -export-symbols ../../plugins/nntpgrab_plugin.def -o libnntpgrab_plugin_jsonrpc.la -rpath /usr/local/lib/nntpgrab libnntpgrab_plugin_jsonrpc_la-arraylist.lo libnntpgrab_plugin_jsonrpc_la-circular_buffer.lo libnntpgrab_plugin_jsonrpc_la-debug.lo libnntpgrab_plugin_jsonrpc_la-hashmap.lo libnntpgrab_plugin_jsonrpc_la-json_object.lo libnntpgrab_plugin_jsonrpc_la-jsonrpc.lo libnntpgrab_plugin_jsonrpc_la-json_tokener.lo libnntpgrab_plugin_jsonrpc_la-json_util.lo libnntpgrab_plugin_jsonrpc_la-linkhash.lo libnntpgrab_plugin_jsonrpc_la-printbuf.lo libnntpgrab_plugin_jsonrpc_la-jsonrpc_events.lo libnntpgrab_plugin_jsonrpc_la-jsonrpc_methods.lo libnntpgrab_plugin_jsonrpc_la-marshalers.lo libnntpgrab_plugin_jsonrpc_la-mongoose_hacks.lo libnntpgrab_plugin_jsonrpc_la-plugin_webserver.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../../nntpgrab_core/libnntpgrab.la ../../base/libnntpgrab_utils.la )
  291. libtool: relink: echo "{ global:" > .libs/libnntpgrab_plugin_jsonrpc.ver
  292. libtool: relink: cat ../../plugins/nntpgrab_plugin.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_jsonrpc.ver
  293. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_plugin_jsonrpc.ver
  294. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_plugin_jsonrpc_la-arraylist.o .libs/libnntpgrab_plugin_jsonrpc_la-circular_buffer.o .libs/libnntpgrab_plugin_jsonrpc_la-debug.o .libs/libnntpgrab_plugin_jsonrpc_la-hashmap.o .libs/libnntpgrab_plugin_jsonrpc_la-json_object.o .libs/libnntpgrab_plugin_jsonrpc_la-jsonrpc.o .libs/libnntpgrab_plugin_jsonrpc_la-json_tokener.o .libs/libnntpgrab_plugin_jsonrpc_la-json_util.o .libs/libnntpgrab_plugin_jsonrpc_la-linkhash.o .libs/libnntpgrab_plugin_jsonrpc_la-printbuf.o .libs/libnntpgrab_plugin_jsonrpc_la-jsonrpc_events.o .libs/libnntpgrab_plugin_jsonrpc_la-jsonrpc_methods.o .libs/libnntpgrab_plugin_jsonrpc_la-marshalers.o .libs/libnntpgrab_plugin_jsonrpc_la-mongoose_hacks.o .libs/libnntpgrab_plugin_jsonrpc_la-plugin_webserver.o -L/home/paul/nntpgrab-0.7.1/base/.libs -L/usr/local/lib -lnntpgrab -L/usr/lib64 -lproxy -lgnutls -ltasn1 -lz -lgcrypt -lgpg-error -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -O2 -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libnntpgrab_plugin_jsonrpc.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_jsonrpc.ver -o .libs/libnntpgrab_plugin_jsonrpc.so.0.0.0
  295. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_jsonrpc.so.0.0.0T /usr/local/lib/nntpgrab/libnntpgrab_plugin_jsonrpc.so.0.0.0
  296. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_jsonrpc.so.0.0.0 libnntpgrab_plugin_jsonrpc.so.0 || { rm -f libnntpgrab_plugin_jsonrpc.so.0 && ln -s libnntpgrab_plugin_jsonrpc.so.0.0.0 libnntpgrab_plugin_jsonrpc.so.0; }; })
  297. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_jsonrpc.so.0.0.0 libnntpgrab_plugin_jsonrpc.so || { rm -f libnntpgrab_plugin_jsonrpc.so && ln -s libnntpgrab_plugin_jsonrpc.so.0.0.0 libnntpgrab_plugin_jsonrpc.so; }; })
  298. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_jsonrpc.lai /usr/local/lib/nntpgrab/libnntpgrab_plugin_jsonrpc.la
  299. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib/nntpgrab
  300. ----------------------------------------------------------------------
  301. Libraries have been installed in:
  302. /usr/local/lib/nntpgrab
  303.  
  304. If you ever happen to want to link against installed libraries
  305. in a given directory, LIBDIR, you must either use libtool, and
  306. specify the full pathname of the library, or use the `-LLIBDIR'
  307. flag during linking and do at least one of the following:
  308. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  309. during execution
  310. - add LIBDIR to the `LD_RUN_PATH' environment variable
  311. during linking
  312. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  313. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  314.  
  315. See any operating system documentation about shared libraries for
  316. more information, such as the ld(1) and ld.so(8) manual pages.
  317. ----------------------------------------------------------------------
  318. make[4]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/jsonrpc'
  319. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/jsonrpc'
  320. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/jsonrpc'
  321. Making install in logger
  322. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/logger'
  323. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/logger'
  324. make[3]: Nothing to be done for `install-exec-am'.
  325. test -z "/usr/local/lib/nntpgrab" || /bin/mkdir -p "/usr/local/lib/nntpgrab"
  326. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnntpgrab_plugin_logger.la '/usr/local/lib/nntpgrab'
  327. libtool: install: warning: relinking `libnntpgrab_plugin_logger.la'
  328. libtool: install: (cd /home/paul/nntpgrab-0.7.1/plugins/logger; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -I. -I../../nntpgrab_core -I../../base -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -g -O2 -DOS=\"Linux\" -fstack-protector -module -no-undefined -version-info 0:0:0 -export-symbols ../../plugins/nntpgrab_plugin.def -o libnntpgrab_plugin_logger.la -rpath /usr/local/lib/nntpgrab libnntpgrab_plugin_logger_la-logger.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../../nntpgrab_core/libnntpgrab.la )
  329. libtool: relink: echo "{ global:" > .libs/libnntpgrab_plugin_logger.ver
  330. libtool: relink: cat ../../plugins/nntpgrab_plugin.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_logger.ver
  331. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_plugin_logger.ver
  332. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_plugin_logger_la-logger.o -L/home/paul/nntpgrab-0.7.1/base/.libs -L/usr/local/lib -lnntpgrab -L/usr/lib64 -lproxy -lgnutls -ltasn1 -lz -lgcrypt -lgpg-error -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -O2 -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libnntpgrab_plugin_logger.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_logger.ver -o .libs/libnntpgrab_plugin_logger.so.0.0.0
  333. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_logger.so.0.0.0T /usr/local/lib/nntpgrab/libnntpgrab_plugin_logger.so.0.0.0
  334. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_logger.so.0.0.0 libnntpgrab_plugin_logger.so.0 || { rm -f libnntpgrab_plugin_logger.so.0 && ln -s libnntpgrab_plugin_logger.so.0.0.0 libnntpgrab_plugin_logger.so.0; }; })
  335. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_logger.so.0.0.0 libnntpgrab_plugin_logger.so || { rm -f libnntpgrab_plugin_logger.so && ln -s libnntpgrab_plugin_logger.so.0.0.0 libnntpgrab_plugin_logger.so; }; })
  336. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_logger.lai /usr/local/lib/nntpgrab/libnntpgrab_plugin_logger.la
  337. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib/nntpgrab
  338. ----------------------------------------------------------------------
  339. Libraries have been installed in:
  340. /usr/local/lib/nntpgrab
  341.  
  342. If you ever happen to want to link against installed libraries
  343. in a given directory, LIBDIR, you must either use libtool, and
  344. specify the full pathname of the library, or use the `-LLIBDIR'
  345. flag during linking and do at least one of the following:
  346. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  347. during execution
  348. - add LIBDIR to the `LD_RUN_PATH' environment variable
  349. during linking
  350. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  351. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  352.  
  353. See any operating system documentation about shared libraries for
  354. more information, such as the ld(1) and ld.so(8) manual pages.
  355. ----------------------------------------------------------------------
  356. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/logger'
  357. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/logger'
  358. Making install in example
  359. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/example'
  360. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/example'
  361. make[3]: Nothing to be done for `install-exec-am'.
  362. make[3]: Nothing to be done for `install-data-am'.
  363. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/example'
  364. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/example'
  365. Making install in auto_import
  366. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/auto_import'
  367. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/auto_import'
  368. make[3]: Nothing to be done for `install-exec-am'.
  369. test -z "/usr/local/lib/nntpgrab" || /bin/mkdir -p "/usr/local/lib/nntpgrab"
  370. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnntpgrab_plugin_auto_import.la '/usr/local/lib/nntpgrab'
  371. libtool: install: warning: relinking `libnntpgrab_plugin_auto_import.la'
  372. libtool: install: (cd /home/paul/nntpgrab-0.7.1/plugins/auto_import; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -I. -I../../nntpgrab_core -I../../base -I../../automation -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -g -O2 -DOS=\"Linux\" -fstack-protector -module -no-undefined -version-info 0:0:0 -export-symbols ../../plugins/nntpgrab_plugin.def -o libnntpgrab_plugin_auto_import.la -rpath /usr/local/lib/nntpgrab libnntpgrab_plugin_auto_import_la-auto_import.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../../nntpgrab_core/libnntpgrab.la ../../automation/libnntpgrab_automation.la )
  373. libtool: relink: echo "{ global:" > .libs/libnntpgrab_plugin_auto_import.ver
  374. libtool: relink: cat ../../plugins/nntpgrab_plugin.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_auto_import.ver
  375. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_plugin_auto_import.ver
  376. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_plugin_auto_import_la-auto_import.o -L/home/paul/nntpgrab-0.7.1/base/.libs -L/usr/local/lib -lnntpgrab -L/usr/lib64 -lproxy -lgnutls -ltasn1 -lz -lgcrypt -lgpg-error -lnntpgrab_automation -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -O2 -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libnntpgrab_plugin_auto_import.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_auto_import.ver -o .libs/libnntpgrab_plugin_auto_import.so.0.0.0
  377. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_auto_import.so.0.0.0T /usr/local/lib/nntpgrab/libnntpgrab_plugin_auto_import.so.0.0.0
  378. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_auto_import.so.0.0.0 libnntpgrab_plugin_auto_import.so.0 || { rm -f libnntpgrab_plugin_auto_import.so.0 && ln -s libnntpgrab_plugin_auto_import.so.0.0.0 libnntpgrab_plugin_auto_import.so.0; }; })
  379. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_auto_import.so.0.0.0 libnntpgrab_plugin_auto_import.so || { rm -f libnntpgrab_plugin_auto_import.so && ln -s libnntpgrab_plugin_auto_import.so.0.0.0 libnntpgrab_plugin_auto_import.so; }; })
  380. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_auto_import.lai /usr/local/lib/nntpgrab/libnntpgrab_plugin_auto_import.la
  381. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib/nntpgrab
  382. ----------------------------------------------------------------------
  383. Libraries have been installed in:
  384. /usr/local/lib/nntpgrab
  385.  
  386. If you ever happen to want to link against installed libraries
  387. in a given directory, LIBDIR, you must either use libtool, and
  388. specify the full pathname of the library, or use the `-LLIBDIR'
  389. flag during linking and do at least one of the following:
  390. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  391. during execution
  392. - add LIBDIR to the `LD_RUN_PATH' environment variable
  393. during linking
  394. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  395. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  396.  
  397. See any operating system documentation about shared libraries for
  398. more information, such as the ld(1) and ld.so(8) manual pages.
  399. ----------------------------------------------------------------------
  400. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/auto_import'
  401. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/auto_import'
  402. Making install in networkmanager
  403. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/networkmanager'
  404. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins/networkmanager'
  405. make[3]: Nothing to be done for `install-exec-am'.
  406. test -z "/usr/local/lib/nntpgrab" || /bin/mkdir -p "/usr/local/lib/nntpgrab"
  407. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnntpgrab_plugin_networkmanager.la '/usr/local/lib/nntpgrab'
  408. libtool: install: warning: relinking `libnntpgrab_plugin_networkmanager.la'
  409. libtool: install: (cd /home/paul/nntpgrab-0.7.1/plugins/networkmanager; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -I. -I../../nntpgrab_core -I../../base -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/dbus-1.0/include -Wall -g -O2 -DOS=\"Linux\" -fstack-protector -module -no-undefined -version-info 0:0:0 -export-symbols ../../plugins/nntpgrab_plugin.def -o libnntpgrab_plugin_networkmanager.la -rpath /usr/local/lib/nntpgrab libnntpgrab_plugin_networkmanager_la-networkmanager.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lnm-glib -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../../nntpgrab_core/libnntpgrab.la )
  410. libtool: relink: echo "{ global:" > .libs/libnntpgrab_plugin_networkmanager.ver
  411. libtool: relink: cat ../../plugins/nntpgrab_plugin.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_networkmanager.ver
  412. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_plugin_networkmanager.ver
  413. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_plugin_networkmanager_la-networkmanager.o -L/home/paul/nntpgrab-0.7.1/base/.libs -lnm-glib -L/usr/local/lib -lnntpgrab -L/usr/lib64 -lproxy -lgnutls -ltasn1 -lz -lgcrypt -lgpg-error -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -pthread -O2 -pthread -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libnntpgrab_plugin_networkmanager.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_networkmanager.ver -o .libs/libnntpgrab_plugin_networkmanager.so.0.0.0
  414. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_networkmanager.so.0.0.0T /usr/local/lib/nntpgrab/libnntpgrab_plugin_networkmanager.so.0.0.0
  415. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_networkmanager.so.0.0.0 libnntpgrab_plugin_networkmanager.so.0 || { rm -f libnntpgrab_plugin_networkmanager.so.0 && ln -s libnntpgrab_plugin_networkmanager.so.0.0.0 libnntpgrab_plugin_networkmanager.so.0; }; })
  416. libtool: install: (cd /usr/local/lib/nntpgrab && { ln -s -f libnntpgrab_plugin_networkmanager.so.0.0.0 libnntpgrab_plugin_networkmanager.so || { rm -f libnntpgrab_plugin_networkmanager.so && ln -s libnntpgrab_plugin_networkmanager.so.0.0.0 libnntpgrab_plugin_networkmanager.so; }; })
  417. libtool: install: /usr/bin/install -c .libs/libnntpgrab_plugin_networkmanager.lai /usr/local/lib/nntpgrab/libnntpgrab_plugin_networkmanager.la
  418. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib/nntpgrab
  419. ----------------------------------------------------------------------
  420. Libraries have been installed in:
  421. /usr/local/lib/nntpgrab
  422.  
  423. If you ever happen to want to link against installed libraries
  424. in a given directory, LIBDIR, you must either use libtool, and
  425. specify the full pathname of the library, or use the `-LLIBDIR'
  426. flag during linking and do at least one of the following:
  427. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  428. during execution
  429. - add LIBDIR to the `LD_RUN_PATH' environment variable
  430. during linking
  431. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  432. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  433.  
  434. See any operating system documentation about shared libraries for
  435. more information, such as the ld(1) and ld.so(8) manual pages.
  436. ----------------------------------------------------------------------
  437. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/networkmanager'
  438. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins/networkmanager'
  439. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins'
  440. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/plugins'
  441. make[3]: Nothing to be done for `install-exec-am'.
  442. make[3]: Nothing to be done for `install-data-am'.
  443. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins'
  444. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins'
  445. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/plugins'
  446. Making install in gui_base
  447. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/gui_base'
  448. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/gui_base'
  449. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  450. /bin/sh ../libtool --mode=install /usr/bin/install -c libnntpgrab_gui_base.la '/usr/local/lib'
  451. libtool: install: /usr/bin/install -c .libs/libnntpgrab_gui_base.so.0.0.0 /usr/local/lib/libnntpgrab_gui_base.so.0.0.0
  452. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab_gui_base.so.0.0.0 libnntpgrab_gui_base.so.0 || { rm -f libnntpgrab_gui_base.so.0 && ln -s libnntpgrab_gui_base.so.0.0.0 libnntpgrab_gui_base.so.0; }; })
  453. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab_gui_base.so.0.0.0 libnntpgrab_gui_base.so || { rm -f libnntpgrab_gui_base.so && ln -s libnntpgrab_gui_base.so.0.0.0 libnntpgrab_gui_base.so; }; })
  454. libtool: install: /usr/bin/install -c .libs/libnntpgrab_gui_base.lai /usr/local/lib/libnntpgrab_gui_base.la
  455. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib
  456. ----------------------------------------------------------------------
  457. Libraries have been installed in:
  458. /usr/local/lib
  459.  
  460. If you ever happen to want to link against installed libraries
  461. in a given directory, LIBDIR, you must either use libtool, and
  462. specify the full pathname of the library, or use the `-LLIBDIR'
  463. flag during linking and do at least one of the following:
  464. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  465. during execution
  466. - add LIBDIR to the `LD_RUN_PATH' environment variable
  467. during linking
  468. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  469. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  470.  
  471. See any operating system documentation about shared libraries for
  472. more information, such as the ld(1) and ld.so(8) manual pages.
  473. ----------------------------------------------------------------------
  474. make[2]: Nothing to be done for `install-data-am'.
  475. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/gui_base'
  476. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/gui_base'
  477. Making install in glue
  478. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/glue'
  479. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/glue'
  480. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  481. /bin/sh ../libtool --mode=install /usr/bin/install -c libnntpgrab_glue.la '/usr/local/lib'
  482. libtool: install: warning: relinking `libnntpgrab_glue.la'
  483. libtool: install: (cd /home/paul/nntpgrab-0.7.1/glue; /bin/sh /home/paul/nntpgrab-0.7.1/libtool --tag CC --mode=relink gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../nntpgrab_core -I../base -I../plugins/jsonrpc -DG_LOG_DOMAIN=\"NNTPGrab-Glue\" -Wall -g -O2 -DOS=\"Linux\" -fstack-protector -no-undefined -version-info 0:0:0 -export-symbols nntpgrab_glue.def -o libnntpgrab_glue.la -rpath /usr/local/lib libnntpgrab_glue_la-marshalers.lo libnntpgrab_glue_la-core_signals.lo libnntpgrab_glue_la-arraylist.lo libnntpgrab_glue_la-circular_buffer.lo libnntpgrab_glue_la-debug.lo libnntpgrab_glue_la-hashmap.lo libnntpgrab_glue_la-json_object.lo libnntpgrab_glue_la-jsonrpc.lo libnntpgrab_glue_la-json_tokener.lo libnntpgrab_glue_la-json_util.lo libnntpgrab_glue_la-linkhash.lo libnntpgrab_glue_la-printbuf.lo libnntpgrab_glue_la-glue_json.lo libnntpgrab_glue_la-glue_signals.lo libnntpgrab_glue_la-glue.lo -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../base/libnntpgrab_utils.la )
  484. libtool: relink: echo "{ global:" > .libs/libnntpgrab_glue.ver
  485. libtool: relink: cat nntpgrab_glue.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_glue.ver
  486. libtool: relink: echo "local: *; };" >> .libs/libnntpgrab_glue.ver
  487. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnntpgrab_glue_la-marshalers.o .libs/libnntpgrab_glue_la-core_signals.o .libs/libnntpgrab_glue_la-arraylist.o .libs/libnntpgrab_glue_la-circular_buffer.o .libs/libnntpgrab_glue_la-debug.o .libs/libnntpgrab_glue_la-hashmap.o .libs/libnntpgrab_glue_la-json_object.o .libs/libnntpgrab_glue_la-jsonrpc.o .libs/libnntpgrab_glue_la-json_tokener.o .libs/libnntpgrab_glue_la-json_util.o .libs/libnntpgrab_glue_la-linkhash.o .libs/libnntpgrab_glue_la-printbuf.o .libs/libnntpgrab_glue_la-glue_json.o .libs/libnntpgrab_glue_la-glue_signals.o .libs/libnntpgrab_glue_la-glue.o -L/usr/local/lib -lnntpgrab_utils -lsoup-gnome-2.4 -lsoup-2.4 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -O2 -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libnntpgrab_glue.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_glue.ver -o .libs/libnntpgrab_glue.so.0.0.0
  488. libtool: install: /usr/bin/install -c .libs/libnntpgrab_glue.so.0.0.0T /usr/local/lib/libnntpgrab_glue.so.0.0.0
  489. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab_glue.so.0.0.0 libnntpgrab_glue.so.0 || { rm -f libnntpgrab_glue.so.0 && ln -s libnntpgrab_glue.so.0.0.0 libnntpgrab_glue.so.0; }; })
  490. libtool: install: (cd /usr/local/lib && { ln -s -f libnntpgrab_glue.so.0.0.0 libnntpgrab_glue.so || { rm -f libnntpgrab_glue.so && ln -s libnntpgrab_glue.so.0.0.0 libnntpgrab_glue.so; }; })
  491. libtool: install: /usr/bin/install -c .libs/libnntpgrab_glue.lai /usr/local/lib/libnntpgrab_glue.la
  492. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib
  493. ----------------------------------------------------------------------
  494. Libraries have been installed in:
  495. /usr/local/lib
  496.  
  497. If you ever happen to want to link against installed libraries
  498. in a given directory, LIBDIR, you must either use libtool, and
  499. specify the full pathname of the library, or use the `-LLIBDIR'
  500. flag during linking and do at least one of the following:
  501. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  502. during execution
  503. - add LIBDIR to the `LD_RUN_PATH' environment variable
  504. during linking
  505. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  506. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  507.  
  508. See any operating system documentation about shared libraries for
  509. more information, such as the ld(1) and ld.so(8) manual pages.
  510. ----------------------------------------------------------------------
  511. test -z "/usr/local/include/nntpgrab" || /bin/mkdir -p "/usr/local/include/nntpgrab"
  512. /usr/bin/install -c -m 644 nntpgrab_glue.h '/usr/local/include/nntpgrab'
  513. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  514. /usr/bin/install -c -m 644 nntpgrab_glue.pc '/usr/local/lib/pkgconfig'
  515. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/glue'
  516. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/glue'
  517. Making install in server
  518. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/server'
  519. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/server'
  520. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  521. /bin/sh ../libtool --mode=install /usr/bin/install -c nntpgrab_server nntpgrab_server_gtk '/usr/local/bin'
  522. libtool: install: /usr/bin/install -c .libs/nntpgrab_server /usr/local/bin/nntpgrab_server
  523. libtool: install: /usr/bin/install -c .libs/nntpgrab_server_gtk /usr/local/bin/nntpgrab_server_gtk
  524. test -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications"
  525. /usr/bin/install -c -m 644 nntpgrab_server_gtk.desktop '/usr/local/share/applications'
  526. test -z "/usr/local/share/nntpgrab" || /bin/mkdir -p "/usr/local/share/nntpgrab"
  527. /usr/bin/install -c -m 644 nntpgrab_server.glade nntpgrab_server.ui '/usr/local/share/nntpgrab'
  528. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/server'
  529. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/server'
  530. Making install in client
  531. make[1]: Entering directory `/home/paul/nntpgrab-0.7.1/client'
  532. Making install in gui
  533. make[2]: Entering directory `/home/paul/nntpgrab-0.7.1/client/gui'
  534. make install-am
  535. make[3]: Entering directory `/home/paul/nntpgrab-0.7.1/client/gui'
  536. if ! test -f "buildnumber.txt"; then echo 0 > "buildnumber.txt"; fi
  537. echo $(($(cat "buildnumber.txt") + 1)) > "buildnumber.txt"
  538. svnversion -n > "svnrev.txt" 2> /dev/null || echo 0 > "svnrev.txt"
  539. case "`uname -s`" in \
  540. MINGW32_*) \
  541. sed s/:.*// "svnrev.txt" >> tmp; \
  542. mv tmp "svnrev.txt"; \
  543. sed s/exported/0/ "svnrev.txt" > tmp; \
  544. mv tmp "svnrev.txt"; \
  545. sed s/M.*// "svnrev.txt" > tmp; \
  546. mv tmp "svnrev.txt";; \
  547. *) \
  548. sed -i.backup s/:.*// "svnrev.txt"; \
  549. sed -i.backup s/exported/0/ "svnrev.txt"; \
  550. sed -i.backup s/M.*// "svnrev.txt";; \
  551. esac
  552. /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -DOS="\"Linux\"" -fstack-protector -export-dynamic -Xlinker --defsym -Xlinker __BUILD_SVN_REV=$(cat "svnrev.txt") -Xlinker --defsym -Xlinker __BUILD_DATE=$(date +'%Y%m%d') -Xlinker --defsym -Xlinker __BUILD_NUMBER=$(cat "buildnumber.txt") -o nntpgrab_gui nntpgrab_gui-callbacks.o nntpgrab_gui-config.o nntpgrab_gui-config_display.o nntpgrab_gui-config_gui.o nntpgrab_gui-config_folders.o nntpgrab_gui-config_notifications.o nntpgrab_gui-config_servers.o nntpgrab_gui-config_nzbcreator.o nntpgrab_gui-config_autoimport.o nntpgrab_gui-config_par2.o nntpgrab_gui-connections.o nntpgrab_gui-debug.o nntpgrab_gui-info.o nntpgrab_gui-main.o nntpgrab_gui-monitor.o nntpgrab_gui-notify.o nntpgrab_gui-nzb.o nntpgrab_gui-queue.o nntpgrab_gui-par2.o nntpgrab_gui-gui_nzbcreator.o nntpgrab_gui-auto_import.o nntpgrab_gui-auto_shutdown.o nntpgrab_gui-gui_plugins.o nntpgrab_gui-config_plugins.o nntpgrab_gui-ipc_linux.o ../../base/libnntpgrab_utils.la ../../glue/libnntpgrab_glue.la ../../gui_base/libnntpgrab_gui_base.la ../../automation/libnntpgrab_automation.la -pthread -Wl,--export-dynamic -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lgtk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lgdk-3 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lgmodule-2.0 -lcairo -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lxml2 -pthread -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
  553. libtool: link: gcc -g -O2 -DOS=\"Linux\" -fstack-protector -Wl,--defsym -Wl,__BUILD_SVN_REV=Unversioned directory -Wl,--defsym -Wl,__BUILD_DATE=20120329 -Wl,--defsym -Wl,__BUILD_NUMBER=5 -o .libs/nntpgrab_gui nntpgrab_gui-callbacks.o nntpgrab_gui-config.o nntpgrab_gui-config_display.o nntpgrab_gui-config_gui.o nntpgrab_gui-config_folders.o nntpgrab_gui-config_notifications.o nntpgrab_gui-config_servers.o nntpgrab_gui-config_nzbcreator.o nntpgrab_gui-config_autoimport.o nntpgrab_gui-config_par2.o nntpgrab_gui-connections.o nntpgrab_gui-debug.o nntpgrab_gui-info.o nntpgrab_gui-main.o nntpgrab_gui-monitor.o nntpgrab_gui-notify.o nntpgrab_gui-nzb.o nntpgrab_gui-queue.o nntpgrab_gui-par2.o nntpgrab_gui-gui_nzbcreator.o nntpgrab_gui-auto_import.o nntpgrab_gui-auto_shutdown.o nntpgrab_gui-gui_plugins.o nntpgrab_gui-config_plugins.o nntpgrab_gui-ipc_linux.o -pthread -Wl,--export-dynamic -pthread -pthread -pthread -pthread -pthread -Wl,--export-dynamic ../../base/.libs/libnntpgrab_utils.so ../../glue/.libs/libnntpgrab_glue.so ../../gui_base/.libs/libnntpgrab_gui_base.so ../../automation/.libs/libnntpgrab_automation.so /home/paul/nntpgrab-0.7.1/base/.libs/libnntpgrab_utils.so -lpolkit-gobject-1 -lgtk-3 /usr/lib64/libatk-1.0.so -lpangoft2-1.0 /usr/lib64/libfreetype.so -lz -lbz2 -lfontconfig -lgdk-3 -lpangocairo-1.0 -lcairo-gobject -lpango-1.0 -lcairo -lxml2 -lsoup-gnome-2.4 -lsoup-2.4 -ldbus-glib-1 -ldbus-1 -lpthread -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
  554. gcc: error: directory: No such file or directory
  555. make[3]: *** [nntpgrab_gui] Error 1
  556. make[3]: Leaving directory `/home/paul/nntpgrab-0.7.1/client/gui'
  557. make[2]: *** [install] Error 2
  558. make[2]: Leaving directory `/home/paul/nntpgrab-0.7.1/client/gui'
  559. make[1]: *** [install-recursive] Error 1
  560. make[1]: Leaving directory `/home/paul/nntpgrab-0.7.1/client'
  561. make: *** [install-recursive] Error 1
Add Comment
Please, Sign In to add comment