LIBRARY_PATH is used by gcc before compilation to search for directories containing libraries that need to be linked to your program.

LD_LIBRARY_PATH is used by your program to search for directories containing the libraries after it has been successfully compiled and linked.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2021-10-23
  • 2021-10-15
  • 2022-02-25
猜你喜欢
  • 2021-12-03
  • 2022-02-17
  • 2021-10-24
  • 2022-12-23
  • 2021-08-01
相关资源
相似解决方案