Advertisement
Guest User

Untitled

a guest
Jul 20th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. sudo make install
  2. Making install in include/libtorrent
  3. make[1]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/include/libtorrent'
  4. make[2]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/include/libtorrent'
  5. make[2]: Nothing to be done for `install-exec-am'.
  6. /bin/mkdir -p '/usr/local/include/libtorrent'
  7. /usr/bin/install -c -m 644 address.hpp add_torrent_params.hpp alert.hpp alert_types.hpp alloca.hpp allocator.hpp assert.hpp bandwidth_limit.hpp bandwidth_manager.hpp bandwidth_socket.hpp bandwidth_queue_entry.hpp bencode.hpp bitfield.hpp bloom_filter.hpp broadcast_socket.hpp bt_peer_connection.hpp buffer.hpp build_config.hpp chained_buffer.hpp config.hpp connection_queue.hpp ConvertUTF.h copy_ptr.hpp create_torrent.hpp deadline_timer.hpp debug.hpp disk_buffer_holder.hpp disk_buffer_pool.hpp disk_io_thread.hpp entry.hpp enum_net.hpp error.hpp error_code.hpp escape_string.hpp extensions.hpp file.hpp file_pool.hpp file_storage.hpp fingerprint.hpp gzip.hpp '/usr/local/include/libtorrent/.'
  8. /usr/bin/install -c -m 644 hasher.hpp http_connection.hpp http_parser.hpp http_seed_connection.hpp http_stream.hpp http_tracker_connection.hpp i2p_stream.hpp identify_client.hpp instantiate_connection.hpp intrusive_ptr_base.hpp invariant_check.hpp io.hpp io_service.hpp io_service_fwd.hpp ip_filter.hpp lazy_entry.hpp lsd.hpp magnet_uri.hpp max.hpp natpmp.hpp packet_buffer.hpp parse_url.hpp pch.hpp pe_crypto.hpp peer_connection.hpp peer.hpp peer_id.hpp peer_info.hpp peer_request.hpp piece_block_progress.hpp piece_picker.hpp policy.hpp proxy_base.hpp ptime.hpp puff.hpp random.hpp rsa.hpp rss.hpp session.hpp session_settings.hpp '/usr/local/include/libtorrent/.'
  9. /bin/mkdir -p '/usr/local/include/libtorrent/aux_'
  10. /usr/bin/install -c -m 644 aux_/session_impl.hpp '/usr/local/include/libtorrent/aux_'
  11. /bin/mkdir -p '/usr/local/include/libtorrent/extensions'
  12. /usr/bin/install -c -m 644 extensions/logger.hpp extensions/lt_trackers.hpp extensions/metadata_transfer.hpp extensions/smart_ban.hpp extensions/ut_metadata.hpp extensions/ut_pex.hpp '/usr/local/include/libtorrent/extensions'
  13. /usr/bin/install -c -m 644 session_status.hpp settings.hpp size_type.hpp sliding_average.hpp socket.hpp socket_io.hpp socket_type.hpp socket_type_fwd.hpp socks5_stream.hpp ssl_stream.hpp stat.hpp storage.hpp storage_defs.hpp string_util.hpp struct_debug.hpp thread.hpp time.hpp timestamp_history.hpp torrent_handle.hpp torrent.hpp torrent_info.hpp tracker_manager.hpp udp_socket.hpp udp_tracker_connection.hpp union_endpoint.hpp upnp.hpp utp_socket_manager.hpp utp_stream.hpp utf8.hpp version.hpp web_connection_base.hpp web_peer_connection.hpp xml_parse.hpp GeoIP.h tommath.h tommath_class.h tommath_superclass.h '/usr/local/include/libtorrent/.'
  14. /bin/mkdir -p '/usr/local/include/libtorrent/kademlia'
  15. /usr/bin/install -c -m 644 kademlia/dht_tracker.hpp kademlia/find_data.hpp kademlia/logging.hpp kademlia/msg.hpp kademlia/node.hpp kademlia/node_entry.hpp kademlia/node_id.hpp kademlia/observer.hpp kademlia/refresh.hpp kademlia/routing_table.hpp kademlia/rpc_manager.hpp kademlia/traversal_algorithm.hpp '/usr/local/include/libtorrent/kademlia'
  16. make[2]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/include/libtorrent'
  17. make[1]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/include/libtorrent'
  18. Making install in src
  19. make[1]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/src'
  20. make[2]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/src'
  21. /bin/mkdir -p '/usr/local/lib'
  22. /bin/bash ../libtool --mode=install /usr/bin/install -c libtorrent-rasterbar.la '/usr/local/lib'
  23. libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.so.7.0.0 /usr/local/lib/libtorrent-rasterbar.so.7.0.0
  24. libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so.7 || { rm -f libtorrent-rasterbar.so.7 && ln -s libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so.7; }; })
  25. libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so || { rm -f libtorrent-rasterbar.so && ln -s libtorrent-rasterbar.so.7.0.0 libtorrent-rasterbar.so; }; })
  26. libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.lai /usr/local/lib/libtorrent-rasterbar.la
  27. libtool: install: /usr/bin/install -c .libs/libtorrent-rasterbar.a /usr/local/lib/libtorrent-rasterbar.a
  28. libtool: install: chmod 644 /usr/local/lib/libtorrent-rasterbar.a
  29. libtool: install: ranlib /usr/local/lib/libtorrent-rasterbar.a
  30. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
  31. ----------------------------------------------------------------------
  32. Libraries have been installed in:
  33. /usr/local/lib
  34.  
  35. If you ever happen to want to link against installed libraries
  36. in a given directory, LIBDIR, you must either use libtool, and
  37. specify the full pathname of the library, or use the `-LLIBDIR'
  38. flag during linking and do at least one of the following:
  39. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  40. during execution
  41. - add LIBDIR to the `LD_RUN_PATH' environment variable
  42. during linking
  43. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  44. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  45.  
  46. See any operating system documentation about shared libraries for
  47. more information, such as the ld(1) and ld.so(8) manual pages.
  48. ----------------------------------------------------------------------
  49. make[2]: Nothing to be done for `install-data-am'.
  50. make[2]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/src'
  51. make[1]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/src'
  52. Making install in examples
  53. make[1]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/examples'
  54. make[2]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/examples'
  55. make[2]: Nothing to be done for `install-data-am'.
  56. make[2]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/examples'
  57. make[1]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/examples'
  58. Making install in test
  59. make[1]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/test'
  60. make[2]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/test'
  61. make[2]: Nothing to be done for `install-exec-am'.
  62. make[2]: Nothing to be done for `install-data-am'.
  63. make[2]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/test'
  64. make[1]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/test'
  65. Making install in bindings
  66. make[1]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings'
  67. Making install in python
  68. make[2]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings/python'
  69. make[3]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings/python'
  70. make[3]: Nothing to be done for `install-exec-am'.
  71. make[3]: Nothing to be done for `install-data-am'.
  72. make[3]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings/python'
  73. make[2]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings/python'
  74. make[2]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings'
  75. make[3]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings'
  76. make[3]: Nothing to be done for `install-exec-am'.
  77. make[3]: Nothing to be done for `install-data-am'.
  78. make[3]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings'
  79. make[2]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings'
  80. make[1]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/bindings'
  81. Making install in tools
  82. make[1]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/tools'
  83. make[2]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17/tools'
  84. make[2]: Nothing to be done for `install-data-am'.
  85. make[2]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/tools'
  86. make[1]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17/tools'
  87. make[1]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17'
  88. make[2]: Entering directory `/media/vault/libtorrent-rasterbar-0.16.17'
  89. make[2]: Nothing to be done for `install-exec-am'.
  90. /bin/mkdir -p '/usr/local/lib/pkgconfig'
  91. /usr/bin/install -c -m 644 libtorrent-rasterbar.pc '/usr/local/lib/pkgconfig'
  92. make[2]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17'
  93. make[1]: Leaving directory `/media/vault/libtorrent-rasterbar-0.16.17'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement