Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /opt/rh/devtoolset-8/root/usr/bin/g++
  2. -O3 -DNDEBUG
  3. -s
  4. -Wl,--as-needed
  5. -Wl,--gc-sections
  6. <blah-blah>.o
  7. ...
  8. -o procmon.e
  9. -Wl,-rpath,/usr/local/lib64
  10. <my lib>.a
  11. ...
  12. /usr/local/lib64/libxalan-c.so
  13. /usr/local/lib64/libxerces-c.so
  14. /home/user/vcpkg/installed/x64-linux/lib/libcurl.a
  15. ...
  16. -lcrypt
  17. <more vcpkg static libs>
  18. -lrt
  19. -lpthread
  20. <more vcpkg static libs>
  21. -lm
  22. <more vcpkg static libs>
  23. -ldl
  24. <more vcpkg static libs>
  25. -pthread
  26. <more vcpkg static libs>
  27.  
  28. $ ldd -u -r procmon.e
  29. Unused direct dependencies:
  30. /usr/local/lib64/libxalan-c.so.111
  31. /lib64/libcrypt.so.1
  32. /lib64/libm.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement