
linux编译环境
中下游国外我
这个作者很懒,什么都没留下…
展开
-
aconfigure: error: no acceptable C compiler found in $PATH
在Debain上安装pjnath2源代码时出现如下错误: aconfigure: error: no acceptable C compiler found in $PATH 原因:Debain上未安装gcc。 直接方案:apt-get install gcc原创 2016-03-17 09:45:41 · 1284 阅读 · 0 评论 -
Linux头文件和库文件添加环境变量与GCC编译器添加INCLUDE与LIB环境变量
转载:http://blog.youkuaiyun.com/crazyhacking/article/details/7371917 对所有用户有效在/etc/profile增加以下内容。只对当前用户有效在Home目录下的 .bashrc或.bash_profile里增加下面的内容: (注意:等号前面不要加空格,否则可能出现 command not found) #在PATH中找到可执行文转载 2016-05-09 17:13:02 · 5690 阅读 · 0 评论