LinuxSir.cn,穿越时空的Linuxsir!

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

6.11 ./configure提示命令末找到(求助)

[复制链接]
发表于 2006-3-29 20:12:40 | 显示全部楼层 |阅读模式
用debian 2.6.8-2-386内核编译
到6.11这里过不去天啊
root:/src/glibc-build# ../glibc-2.3.4/configure --prefix=/usr \
>     --disable-profile --enable-add-ons \
>     --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc
../glibc-2.3.4/configure: line 250: sed: command not found
../glibc-2.3.4/configure: line 405: sed: command not found
../glibc-2.3.4/configure: line 414: sed: command not found
../glibc-2.3.4/configure: line 414: sed: command not found
../glibc-2.3.4/configure: line 416: sed: command not found
../glibc-2.3.4/configure: line 744: sed: command not found
../glibc-2.3.4/configure: line 1038: sed: command not found
../glibc-2.3.4/configure: line 1327: sed: command not found
configure: error: cannot find install-sh or install.sh in scripts /scripts
../glibc-2.3.4/configure: line 1410: sed: command not found
../glibc-2.3.4/configure: line 1452: sed: command not found
root:/src/glibc-build#


多谢第2帖
我在安装sed没注意看它在make install时居然会出错
现在是手动复制已经编译好sed文件到/tools/bin目录

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2006-3-29 20:27:20 | 显示全部楼层
sed: command not found

明摆着的事, 没有sed ,你前面 sed 没有装好, 重装一遍 看看行不.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-29 20:50:26 | 显示全部楼层
安装sed
installing sv.gmo as /tools/share/locale/sv/LC_MESSAGES/sed.mo
/tools/bin/install: cannot create regular file `/tools/share/locale/tr/LC_MESSAGES/sed.mo': Permission denied
installing tr.gmo as /tools/share/locale/tr/LC_MESSAGES/sed.mo
/tools/bin/install: cannot create regular file `/tools/share/locale/zh_CN/LC_MESSAGES/sed.mo': Permission denied
installing zh_CN.gmo as /tools/share/locale/zh_CN/LC_MESSAGES/sed.mo
if test "sed" = "gettext"; then \
  mkdir -p -- /tools/share/gettext/po; \
  for file in Makefile.in.in Makevars quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot  ; do \
    /tools/bin/install -c -m 644 ./$file \
                    /tools/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/mnt/lfs/src/sed-4.1.4/po'
Making install in sed
make[1]: Entering directory `/mnt/lfs/src/sed-4.1.4/sed'
make[2]: Entering directory `/mnt/lfs/src/sed-4.1.4/sed'
test -z "/tools/bin" || mkdir -p -- "/tools/bin"
  /tools/bin/install -c 'sed' '/tools/bin/sed'
/tools/bin/install: cannot create regular file `/tools/bin/sed': Permission denied
make[2]: *** [install-binPROGRAMS] Error 1
make[2]: Leaving directory `/mnt/lfs/src/sed-4.1.4/sed'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/mnt/lfs/src/sed-4.1.4/sed'
make: *** [install-recursive] Error 1
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-29 21:02:52 | 显示全部楼层
sed的make install不成现在我是直接
$ cp sed/sed /tools/bin
6.11的./configure就过了
回复 支持 反对

使用道具 举报

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

本版积分规则

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