博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
LD_LIBRARY_PATH vs LIBRARY_PATH
阅读量:4980 次
发布时间:2019-06-12

本文共 327 字,大约阅读时间需要 1 分钟。

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.

转载于:https://www.cnblogs.com/catkins/p/5270387.html

你可能感兴趣的文章
Project Euler 100 : Arranged probability 安排概率
查看>>
Uber的优劣势分析
查看>>
Oarcle的开始
查看>>
TZOJ 3710 修路问题(最小差值生成树kruskal或者LCT)
查看>>
排序-选择排序
查看>>
Day 15 内置函数补充
查看>>
JAVA基础
查看>>
前端环境配置与搭建
查看>>
提高ASP.NET页面载入速度的方法
查看>>
Xamarin简介
查看>>
bzoj 4543: [POI2014]Hotel加强版
查看>>
WPF实现WrapPanel动态添加或删除项
查看>>
EntityFrameworkCore中的OnModelCreating
查看>>
关于WinIO.DLL的键盘输入模拟
查看>>
poj 1566 Haiku Review
查看>>
cannot open shared object file: No such file or directory解决
查看>>
SceneBuilder 打不开 .fxml文件,只在任务栏显示
查看>>
MongoDB下载安装
查看>>
python之上下文管理、redis的发布订阅、rabbitmq
查看>>
Mac Mini Server安装Centos6.5
查看>>