Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. Making install in src
  2. make[1]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1/src'
  3. make[2]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1/src'
  4. make[2]: Nothing to be done for 'install-exec-am'.
  5. /bin/mkdir -p '/usr/lib/xorg/modules/input'
  6. /bin/bash ../libtool --mode=install /usr/bin/install -c wizardpen_drv.la '/usr/lib/xorg/modules/input'
  7. libtool: install: /usr/bin/install -c .libs/wizardpen_drv.so /usr/lib/xorg/modules/input/wizardpen_drv.so
  8. libtool: install: /usr/bin/install -c .libs/wizardpen_drv.lai /usr/lib/xorg/modules/input/wizardpen_drv.la
  9. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib/xorg/modules/input
  10. ----------------------------------------------------------------------
  11. Libraries have been installed in:
  12. /usr/lib/xorg/modules/input
  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[2]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1/src'
  29. make[1]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1/src'
  30. Making install in man
  31. make[1]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1/man'
  32. make[2]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1/man'
  33. make[2]: Nothing to be done for 'install-exec-am'.
  34. /bin/mkdir -p '/usr/share/man/man4'
  35. /usr/bin/install -c -m 644 wizardpen.4 '/usr/share/man/man4'
  36. make[2]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1/man'
  37. make[1]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1/man'
  38. Making install in udev
  39. make[1]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1/udev'
  40. make[2]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1/udev'
  41. make[2]: Nothing to be done for 'install-exec-am'.
  42. /bin/mkdir -p '/etc/udev/rules.d'
  43. /usr/bin/install -c -m 644 67-xorg-wizardpen.rules '/etc/udev/rules.d'
  44. make[2]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1/udev'
  45. make[1]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1/udev'
  46. Making install in xorg
  47. make[1]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1/xorg'
  48. make[2]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1/xorg'
  49. make[2]: Nothing to be done for 'install-exec-am'.
  50. /bin/mkdir -p '/etc/X11/xorg.conf.d'
  51. /usr/bin/install -c -m 644 70-wizardpen.conf '/etc/X11/xorg.conf.d'
  52. make[2]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1/xorg'
  53. make[1]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1/xorg'
  54. make[1]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1'
  55. make[2]: Entering directory '/home/osai/xorg-input-wizardpen-0.8.1'
  56. /bin/mkdir -p '/usr/bin'
  57. /bin/bash ./libtool --mode=install /usr/bin/install -c calibrate/wizardpen-calibrate '/usr/bin'
  58. libtool: install: /usr/bin/install -c calibrate/wizardpen-calibrate /usr/bin/wizardpen-calibrate
  59. make[2]: Nothing to be done for 'install-data-am'.
  60. make[2]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1'
  61. make[1]: Leaving directory '/home/osai/xorg-input-wizardpen-0.8.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement