LFS6.6英文书中的笔误
时间:2010-05-07
来源:互联网
LFS 6.6英文书中5.10节GCC-4.4.3 - Pass 2中在安装完后生成符号链接的代码
ln -vs gcc /tools/bin/cc
是不是应该是
ln -vs cc /tools/bin/gcc ?
创建符号链接的原因的原文:
Many programs and scripts run cc instead of gcc, which is used to keep programs generic and therefore usable on all kinds of UNIX systems where the GNU C compiler is not always installed. Running cc leaves the system administrator free to decide which C compiler to install
根据原文的意思是为了保证通用性,保证能够在没有安装GNU C编译器的UNIX系统上安装,很多程序和脚本都使用cc而不使用gcc,
而且在/tools/bin/cc下面也只有gcc,而没有cc。
请高手指教。
ln -vs gcc /tools/bin/cc
是不是应该是
ln -vs cc /tools/bin/gcc ?
创建符号链接的原因的原文:
Many programs and scripts run cc instead of gcc, which is used to keep programs generic and therefore usable on all kinds of UNIX systems where the GNU C compiler is not always installed. Running cc leaves the system administrator free to decide which C compiler to install
根据原文的意思是为了保证通用性,保证能够在没有安装GNU C编译器的UNIX系统上安装,很多程序和脚本都使用cc而不使用gcc,
而且在/tools/bin/cc下面也只有gcc,而没有cc。
请高手指教。
作者: lion1131 发布时间: 2010-05-07
我把ln的语法搞错了。我错了。
对不起大家,昨天2点才睡觉,刚才脑子乱了,大家别见怪。
对不起大家,昨天2点才睡觉,刚才脑子乱了,大家别见怪。
作者: lion1131 发布时间: 2010-05-07
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28