Advertisement
Guest User

Untitled

a guest
Aug 16th, 2014
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Libraries have been installed in:
  2. /usr/local/lib
  3.  
  4. If you ever happen to want to link against installed libraries
  5. in a given directory, LIBDIR, you must either use libtool, and
  6. specify the full pathname of the library, or use the `-LLIBDIR'
  7. flag during linking and do at least one of the following:
  8. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9. during execution
  10. - add LIBDIR to the `LD_RUN_PATH' environment variable
  11. during linking
  12. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  13. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  14.  
  15. See any operating system documentation about shared libraries for
  16. more information, such as the ld(1) and ld.so(8) manual pages.
  17. ----------------------------------------------------------------------
  18. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  19. /usr/bin/install -c -m 644 glesv2.pc '/usr/local/lib/pkgconfig'
  20. make[2]: Leaving directory `/home/vakko/Documents/hybris/libhybris/libhybris/hybris/glesv2'
  21. make[1]: Leaving directory `/home/vakko/Documents/hybris/libhybris/libhybris/hybris/glesv2'
  22. make[1]: Entering directory `/home/vakko/Documents/hybris/libhybris/libhybris/hybris'
  23. make[2]: Entering directory `/home/vakko/Documents/hybris/libhybris/libhybris/hybris'
  24. make[2]: Nothing to be done for `install-exec-am'.
  25. make[2]: Nothing to be done for `install-data-am'.
  26. make[2]: Leaving directory `/home/vakko/Documents/hybris/libhybris/libhybris/hybris'
  27. make[1]: Leaving directory `/home/vakko/Documents/hybris/libhybris/libhybris/hybris'
  28. MerSDK MerSDK MerSDK MerSDK MerSDK vakko@vakkov-PC:~/Documents/hybris/libhybris/libhybris/hybris$ sb2 -t nokia-n900-armv7hl -R ls /usr/local/lib
  29. libEGL.la libGLESv1_CM.so.1 libandroid-properties.la libhardware.so.2 libhybris-common.so.1.0.0
  30. libEGL.so libGLESv1_CM.so.1.0.1 libandroid-properties.so libhardware.so.2.0.0 libhybris-eglplatformcommon.la
  31. libEGL.so.1 libGLESv2.la libandroid-properties.so.1 libhybris libhybris-eglplatformcommon.so
  32. libEGL.so.1.0.0 libGLESv2.so libandroid-properties.so.1.0.0 libhybris-common.la libhybris-eglplatformcommon.so.1
  33. libGLESv1_CM.la libGLESv2.so.2 libhardware.la libhybris-common.so libhybris-eglplatformcommon.so.1.0.0
  34. libGLESv1_CM.so libGLESv2.so.2.0.0 libhardware.so libhybris-common.so.1 pkgconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement