Advertisement
Light1992

log make install Jellyfish

Jun 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. [root@localhost Jellyfish-master]# make install
  2. make install-am
  3. make[1]: Entering directory `/mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/Software/jellyfish_sorgente/Jellyfish-master'
  4. make[2]: Entering directory `/mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/Software/jellyfish_sorgente/Jellyfish-master'
  5. /usr/bin/mkdir -p '/usr/local/lib'
  6. /bin/sh ./libtool --mode=install /usr/bin/install -c libjellyfish-2.0.la '/usr/local/lib'
  7. libtool: install: /usr/bin/install -c .libs/libjellyfish-2.0.so.2.0.0 /usr/local/lib/libjellyfish-2.0.so.2.0.0
  8. libtool: install: (cd /usr/local/lib && { ln -s -f libjellyfish-2.0.so.2.0.0 libjellyfish-2.0.so.2 || { rm -f libjellyfish-2.0.so.2 && ln -s libjellyfish-2.0.so.2.0.0 libjellyfish-2.0.so.2; }; })
  9. libtool: install: (cd /usr/local/lib && { ln -s -f libjellyfish-2.0.so.2.0.0 libjellyfish-2.0.so || { rm -f libjellyfish-2.0.so && ln -s libjellyfish-2.0.so.2.0.0 libjellyfish-2.0.so; }; })
  10. libtool: install: /usr/bin/install -c .libs/libjellyfish-2.0.lai /usr/local/lib/libjellyfish-2.0.la
  11. libtool: install: /usr/bin/install -c .libs/libjellyfish-2.0.a /usr/local/lib/libjellyfish-2.0.a
  12. libtool: install: chmod 644 /usr/local/lib/libjellyfish-2.0.a
  13. libtool: install: ranlib /usr/local/lib/libjellyfish-2.0.a
  14. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib
  15. ----------------------------------------------------------------------
  16. Libraries have been installed in:
  17. /usr/local/lib
  18.  
  19. If you ever happen to want to link against installed libraries
  20. in a given directory, LIBDIR, you must either use libtool, and
  21. specify the full pathname of the library, or use the `-LLIBDIR'
  22. flag during linking and do at least one of the following:
  23. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  24. during execution
  25. - add LIBDIR to the `LD_RUN_PATH' environment variable
  26. during linking
  27. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  28. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  29.  
  30. See any operating system documentation about shared libraries for
  31. more information, such as the ld(1) and ld.so(8) manual pages.
  32. ----------------------------------------------------------------------
  33. /usr/bin/mkdir -p '/usr/local/bin'
  34. /bin/sh ./libtool --mode=install /usr/bin/install -c bin/jellyfish '/usr/local/bin'
  35. libtool: install: /usr/bin/install -c bin/.libs/jellyfish /usr/local/bin/jellyfish
  36. /usr/bin/mkdir -p '/usr/local/include/jellyfish-2.2.10/jellyfish'
  37. /usr/bin/install -c -m 644 include/jellyfish/allocators_mmap.hpp include/jellyfish/backtrace.hpp include/jellyfish/atomic_gcc.hpp include/jellyfish/large_hash_array.hpp include/jellyfish/err.hpp include/jellyfish/misc.hpp include/jellyfish/offsets_key_value.hpp include/jellyfish/int128.hpp include/jellyfish/rectangular_binary_matrix.hpp include/jellyfish/mer_dna.hpp include/jellyfish/storage.hpp include/jellyfish/simple_circular_buffer.hpp include/jellyfish/circular_buffer.hpp include/jellyfish/atomic_field.hpp include/jellyfish/compare_and_swap.hpp include/jellyfish/divisor.hpp include/jellyfish/large_hash_iterator.hpp include/jellyfish/jellyfish.hpp include/jellyfish/thread_exec.hpp include/jellyfish/stream_iterator.hpp include/jellyfish/mer_overlap_sequence_parser.hpp include/jellyfish/whole_sequence_parser.hpp include/jellyfish/parser_common.hpp include/jellyfish/sam_format.hpp include/jellyfish/binary_dumper.hpp include/jellyfish/sorted_dumper.hpp include/jellyfish/text_dumper.hpp include/jellyfish/dumper.hpp include/jellyfish/time.hpp include/jellyfish/mer_heap.hpp include/jellyfish/token_ring.hpp include/jellyfish/locks_pthread.hpp include/jellyfish/file_header.hpp include/jellyfish/generic_file_header.hpp include/jellyfish/json.h include/jellyfish/hash_counter.hpp include/jellyfish/mapped_file.hpp include/jellyfish/mer_dna_bloom_counter.hpp include/jellyfish/bloom_common.hpp include/jellyfish/bloom_counter2.hpp '/usr/local/include/jellyfish-2.2.10/jellyfish'
  38. /usr/bin/install -c -m 644 include/jellyfish/bloom_filter.hpp include/jellyfish/cooperative_pool.hpp include/jellyfish/cooperative_pool2.hpp include/jellyfish/stream_manager.hpp include/jellyfish/generator_manager.hpp include/jellyfish/cpp_array.hpp include/jellyfish/mer_iterator.hpp include/jellyfish/atomic_bits_array.hpp include/jellyfish/stdio_filebuf.hpp include/jellyfish/mer_qual_iterator.hpp '/usr/local/include/jellyfish-2.2.10/jellyfish'
  39. /usr/bin/mkdir -p '/usr/local/share/man/man1'
  40. /usr/bin/install -c -m 644 'doc/jellyfish.man' '/usr/local/share/man/man1/jellyfish.1'
  41. /usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
  42. /usr/bin/install -c -m 644 jellyfish-2.0.pc '/usr/local/lib/pkgconfig'
  43. make[2]: Leaving directory `/mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/Software/jellyfish_sorgente/Jellyfish-master'
  44. make[1]: Leaving directory `/mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/Software/jellyfish_sorgente/Jellyfish-master'
  45. [root@localhost Jellyfish-master]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement