请教:安装软件出错,怎么解决。
发表于 : 2008-04-10 16:29
我是新装的ubuntu7.01 服务器版,在自己本机上(XP SP2)用WMWARE虚拟的系统。
我想编译安装一个从网上自己DOWN下来的lrzsz-0.12.20包。
以下是出错信息:
viger@v-lamp-serv:/usr/local/lrzsz$ sudo ../../lrzsz-0.12.20/configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
在此之前出现过检查都没通过的提示,然后我一一对应的安装了相应的软件,在装texinfo时候,没有异样,但是这里还是:checking for working makeinfo... missing
viger@v-lamp-serv:/var/deb$ info --version
info (GNU texinfo) 4.8
Copyright (C) 2004 Free Software Foundation, Inc.
There is NO warranty. You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
viger@v-lamp-serv:/usr/local/lrzsz$ gcc --version
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
可能存在的问题是我没有装上G++,不敢确定。
请论坛的朋友们帮我指出出错的地方,十分感谢!
我想编译安装一个从网上自己DOWN下来的lrzsz-0.12.20包。
以下是出错信息:
viger@v-lamp-serv:/usr/local/lrzsz$ sudo ../../lrzsz-0.12.20/configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
在此之前出现过检查都没通过的提示,然后我一一对应的安装了相应的软件,在装texinfo时候,没有异样,但是这里还是:checking for working makeinfo... missing
viger@v-lamp-serv:/var/deb$ info --version
info (GNU texinfo) 4.8
Copyright (C) 2004 Free Software Foundation, Inc.
There is NO warranty. You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
viger@v-lamp-serv:/usr/local/lrzsz$ gcc --version
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
可能存在的问题是我没有装上G++,不敢确定。
请论坛的朋友们帮我指出出错的地方,十分感谢!