当前位置: 技术问答>javascript开源软件
iis7站长之家
一个老帖
来源: 互联网 发布时间:2016-03-13
本文导语: 运行make menuconfig 命令出错!!!请指教阿!!!楼主winsen2003()2004-08-04 21:59:14 在 Linux/Unix社区 / 系统维护与使用区 提问 运行make menuconfig命令是出现以下错误,不知道为什么,请高手指点,本人初学linux: rm -f...
运行make menuconfig 命令出错!!!请指教阿!!!楼主winsen2003()2004-08-04 21:59:14 在 Linux/Unix社区 / 系统维护与使用区 提问
运行make menuconfig命令是出现以下错误,不知道为什么,请高手指点,本人初学linux:
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/home/projects/minicom/arch/i386/src/kernel/linux-2.4.0/scripts/lxdialog'
/bin/sh: line 1: gcc: command not found
>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'
make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/home/projects/minicom/arch/i386/src/kernel/linux-2.4.0/scripts/lxdialog'
make: *** [menuconfig] Error 2
谢谢!!!
问题点数:50、回复次数:4
Top
1 楼hellwolf(地狱狼)(活着)(死磕)回复于 2004-08-04 23:53:36 得分 25>> Unable to find the Ncurses libraries.
写得很清楚了,自己装一个8:
http://freshmeat.net/projects/ncurses/
安装就不用说了8
Top
2 楼hellwolf(地狱狼)(活着)(死磕)回复于 2004-08-04 23:56:59 得分 25Installation of Ncurses
Prepare Ncurses for compilation:
./configure --prefix=/usr --with-shared --without-debug
Compile the package:
make
Install the package:
make install
Give the Ncurses libraries execute permissions:
chmod 755 /usr/lib/*.5.4
Now fix a library that shouldn't be executable:
chmod 644 /usr/lib/libncurses++.a
Move the libraries to the /lib directory, where they're expected to reside:
mv /usr/lib/libncurses.so.5* /lib
Because the libraries have been moved, a few symlinks are pointing to non-existent files. Recreate those symlinks:
ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
ln -sf libncurses.so /usr/lib/libcurses.so
运行make menuconfig命令是出现以下错误,不知道为什么,请高手指点,本人初学linux:
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/home/projects/minicom/arch/i386/src/kernel/linux-2.4.0/scripts/lxdialog'
/bin/sh: line 1: gcc: command not found
>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'
make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/home/projects/minicom/arch/i386/src/kernel/linux-2.4.0/scripts/lxdialog'
make: *** [menuconfig] Error 2
谢谢!!!
问题点数:50、回复次数:4
Top
1 楼hellwolf(地狱狼)(活着)(死磕)回复于 2004-08-04 23:53:36 得分 25>> Unable to find the Ncurses libraries.
写得很清楚了,自己装一个8:
http://freshmeat.net/projects/ncurses/
安装就不用说了8
Top
2 楼hellwolf(地狱狼)(活着)(死磕)回复于 2004-08-04 23:56:59 得分 25Installation of Ncurses
Prepare Ncurses for compilation:
./configure --prefix=/usr --with-shared --without-debug
Compile the package:
make
Install the package:
make install
Give the Ncurses libraries execute permissions:
chmod 755 /usr/lib/*.5.4
Now fix a library that shouldn't be executable:
chmod 644 /usr/lib/libncurses++.a
Move the libraries to the /lib directory, where they're expected to reside:
mv /usr/lib/libncurses.so.5* /lib
Because the libraries have been moved, a few symlinks are pointing to non-existent files. Recreate those symlinks:
ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
ln -sf libncurses.so /usr/lib/libcurses.so
|
以后需再关注,现在先帮你顶一下
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。