+ -
当前位置:首页 → 问答吧 → 帮帮忙。

帮帮忙。

时间:2008-11-25

来源:互联网

在Binutils-2.17 - Pass 1时make install出现
make[1]:ENter directoty '/mnt/lfs/sources/binutils-build'
/bin/sh ../binutils-2.17/mkinstalldir /tools /tools
mkdir -p --/tools /tools
mkdir:cannot create directory '/tools': Permission denied
mkdir:cannot create directory '/tools': Permission denied
make[1]: ***[installdirs] Error
make[]1: Leaving directoty '/mnt/lfs/sources/binutils-build'
make:***[install] Error 2

高手指教,这大概什么什么原因报错的啊,我就按照文章的步骤一步一步做的,是不是哪里要改动啊,信息的意思好像是路径什么的不对啊

作者: life_31   发布时间: 2008-11-25

提示没有权限,你是不是root权限用户?

作者: tlze   发布时间: 2008-11-25

我使用过
chown -Rv lfs $LFS/tools
chown -Rv lfs $LFS/sources

作者: life_31   发布时间: 2008-11-25

$LFS 正确定义否?

作者: d00m3d   发布时间: 2008-11-25

应该有。
export LFS=/mnt/lfs

效果:ls $LFS 等同于 ls /mnt/lfs

作者: life_31   发布时间: 2008-11-25

是不是沒有

ln -s $LFS/tools /

作者: RTL   发布时间: 2008-11-25

楼主问题应该已解决了

http://www.linuxsir.org/bbs/thread339261.html

日後请勿将相同问题重发

作者: d00m3d   发布时间: 2008-11-26