LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 581|回复: 2

Adjusting The Toolchain时遇到问题

[复制链接]
发表于 2005-4-29 14:56:12 | 显示全部楼层 |阅读模式
原文是这样写的:

The next task is to amend the GCC specs file so that it points to the new dynamic linker. A simple sed script will accomplish this:

SPECFILE=`gcc --print-file specs` &&
sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
    $SPECFILE > tempspecfile &&
mv -f tempspecfile $SPECFILE &&
unset SPECFILE

It is recommended that the above command be copy-and-pasted in order to ensure accuracy. Alternatively, the specs file can be edited by hand. This is done by replacing every occurrence of “/lib/ld-linux.so.2” with “/tools/lib/ld-linux.so.2”

我该怎么办?
发表于 2005-4-30 08:57:47 | 显示全部楼层
把命令拷贝到某个终端里,执行。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-30 09:47:46 | 显示全部楼层
thank you
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表