Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. bryyxx@bryyxx-laptop ~/Desktop/New/equinox-1.30 $ sudo make install
  2. [sudo] password for bryyxx:
  3. make[1]: Entering directory `/home/bryyxx/Desktop/New/equinox-1.30'
  4. make[1]: Nothing to be done for `install-exec-am'.
  5. test -z "/usr/local/lib/gtk-2.0/2.10.0/engines" || /bin/mkdir -p "/usr/local/lib/gtk-2.0/2.10.0/engines"
  6. /bin/bash ./libtool --mode=install /usr/bin/install -c 'libequinox.la' '/usr/local/lib/gtk-2.0/2.10.0/engines/libequinox.la'
  7. /usr/bin/install -c .libs/libequinox.so /usr/local/lib/gtk-2.0/2.10.0/engines/libequinox.so
  8. /usr/bin/install -c .libs/libequinox.lai /usr/local/lib/gtk-2.0/2.10.0/engines/libequinox.la
  9. PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gtk-2.0/2.10.0/engines
  10. ----------------------------------------------------------------------
  11. Libraries have been installed in:
  12. /usr/local/lib/gtk-2.0/2.10.0/engines
  13.  
  14. If you ever happen to want to link against installed libraries
  15. in a given directory, LIBDIR, you must either use libtool, and
  16. specify the full pathname of the library, or use the `-LLIBDIR'
  17. flag during linking and do at least one of the following:
  18. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  19. during execution
  20. - add LIBDIR to the `LD_RUN_PATH' environment variable
  21. during linking
  22. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  23. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  24.  
  25. See any operating system documentation about shared libraries for
  26. more information, such as the ld(1) and ld.so(8) manual pages.
  27. ----------------------------------------------------------------------
  28. make[1]: Leaving directory `/home/bryyxx/Desktop/New/equinox-1.30'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement