linux下載make install出錯,解決辦法: # 執行下列命令:$ tar jxvf scim-python-${version}.tar.bz2
$ cd scim-python-${version}
$ ./configure --prefix=/usr
$ make
$ sudo make install# 重新登入桌面系統。
但是當我執行到make命令是提示:
[root@localhost scim-python-0.1.13rc1]# make make: *** 沒有指明目標並且找不到 makefile。 停止。 這是什麼問題,怎麼解決,希望詳細點!
linux下載make install出錯,解決程式方案:
起始
執行 make menuconfig 有錯誤發生。錯誤:*** Unable to find the ncurses libraries or the,*** required header files.,*** "make menuconfig" requires the ncurselibraries.** Install ncurses (ncurses-devel) and try again.***make[1]: *** [scripts/kconfig/dochecklxdialog] 錯誤 1make: *** [menuconfig] 錯誤2可以看出,是因為找不到 ncurses 導致的錯誤。那麼嘗試安裝 ncurses,$sudo apt-get install ncurses。
資訊:
正在讀取軟體包列表... 完成,正在分析軟體包的依賴關係樹,讀取狀態資訊... 完成,現在沒有可用的軟體包 ncurses , 但是它被其他的軟體包引用了。這可能意味著這個缺失的軟體包可能已被廢棄,或者只能在其他釋出源中找到,E : 軟體包 ncurses 還沒有可供安裝的候選者,根據http://www.linuxquestions.org/qu ... nfig-archum-311781。
再試:
$sudo apt-get install libncurses*
正在讀取軟體包列表... 完成
正在分析軟體包的依賴關係樹
讀取狀態資訊... 完成
注意,根據正則表示式“libncurses*” 選中了 libncurses4
注意,根據正則表示式“libncurses*” 選中了 libncurses5
注意,根據正則表示式“libncurses*” 選中了 libncurses-ruby1.8
注意,根據正則表示式“libncurses*” 選中了 libncurses-ryby1.9
注意,根據正則表示式“libncurses*” 選中了 libncurses-dev
注意,根據正則表示式“libncurses*” 選中了 libncursesw5-dbg
注意,根據正則表示式“libncurses*” 選中了 libncursesw5-dev
注意,根據正則表示式“libncurses*” 選中了 libncurses-ruby
注意,根據正則表示式“libncurses*” 選中了 libncurses5-dbg
注意,根據正則表示式“libncurses*” 選中了 libncurses5-dev
注意,根據正則表示式“libncurses*” 選中了 libncursesw5
已經不需要下列自動安裝的軟體包:
libchewing3-data ttf-wqy-zenhei scim-chewing thunderbird-locale-zh-tw language-support-translations-zh。
linux下載make install出錯,解決辦法: # 執行下列命令:$ tar jxvf scim-python-${version}.tar.bz2
$ cd scim-python-${version}
$ ./configure --prefix=/usr
$ make
$ sudo make install# 重新登入桌面系統。
但是當我執行到make命令是提示:
[root@localhost scim-python-0.1.13rc1]# make make: *** 沒有指明目標並且找不到 makefile。 停止。 這是什麼問題,怎麼解決,希望詳細點!
linux下載make install出錯,解決程式方案:
起始
執行 make menuconfig 有錯誤發生。錯誤:*** Unable to find the ncurses libraries or the,*** required header files.,*** "make menuconfig" requires the ncurselibraries.** Install ncurses (ncurses-devel) and try again.***make[1]: *** [scripts/kconfig/dochecklxdialog] 錯誤 1make: *** [menuconfig] 錯誤2可以看出,是因為找不到 ncurses 導致的錯誤。那麼嘗試安裝 ncurses,$sudo apt-get install ncurses。
資訊:
正在讀取軟體包列表... 完成,正在分析軟體包的依賴關係樹,讀取狀態資訊... 完成,現在沒有可用的軟體包 ncurses , 但是它被其他的軟體包引用了。這可能意味著這個缺失的軟體包可能已被廢棄,或者只能在其他釋出源中找到,E : 軟體包 ncurses 還沒有可供安裝的候選者,根據http://www.linuxquestions.org/qu ... nfig-archum-311781。
再試:
$sudo apt-get install libncurses*
資訊:
正在讀取軟體包列表... 完成
正在分析軟體包的依賴關係樹
讀取狀態資訊... 完成
注意,根據正則表示式“libncurses*” 選中了 libncurses4
注意,根據正則表示式“libncurses*” 選中了 libncurses5
注意,根據正則表示式“libncurses*” 選中了 libncurses-ruby1.8
注意,根據正則表示式“libncurses*” 選中了 libncurses-ryby1.9
注意,根據正則表示式“libncurses*” 選中了 libncurses-dev
注意,根據正則表示式“libncurses*” 選中了 libncursesw5-dbg
注意,根據正則表示式“libncurses*” 選中了 libncursesw5-dev
注意,根據正則表示式“libncurses*” 選中了 libncurses-ruby
注意,根據正則表示式“libncurses*” 選中了 libncurses5-dbg
注意,根據正則表示式“libncurses*” 選中了 libncurses5-dev
注意,根據正則表示式“libncurses*” 選中了 libncursesw5
已經不需要下列自動安裝的軟體包:
libchewing3-data ttf-wqy-zenhei scim-chewing thunderbird-locale-zh-tw language-support-translations-zh。