分页: 1 / 1

qterm安装问题

发表于 : 2007-05-20 11:37
firsun
下载的qterm-0.4.0,

安装时提示如下:

在qtem的解压目录下运行:sudo ./configure
提示如下:
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

然后运行命令;sudo apt-get install qterm
提示如下:
E: 无法获得锁 /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

我是菜鸟,看config.log文件,看了也没看懂。
请教各位怎么样才能把qterm安装成功?

非常感谢!

发表于 : 2007-05-20 12:40
marsteel
源里面有qterm的最新版的,直接

代码: 全选

sudo apt-get install qterm
你自己编译出的错误是没有安装合适编译器

代码: 全选

configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Re: qterm安装问题

发表于 : 2007-05-20 14:32
firsun
firsun 写了:下载的qterm-0.4.0,

安装时提示如下:

在qtem的解压目录下运行:sudo ./configure
提示如下:
checking build system type... i686-pc-linux-gnuoldld
****
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

然后运行命令;sudo apt-get install qterm
提示如下:
E: 无法获得锁 /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

我是菜鸟,看config.log文件,看了也没看懂。
请教各位怎么样才能把qterm安装成功?

非常感谢!
我试了这个命令,也不行,升级了ubuntu的软件包,
又提示我“无法找到软件包”

发表于 : 2007-05-20 14:42
firefoxmmx
没有用过,是一个什么样的东西~?
apt-cache show qterm 上面说一个bbs客户端,这个bbs是什么东西呀~?

Re: qterm安装问题

发表于 : 2007-05-21 11:49
VOD
firsun 写了:下载的qterm-0.4.0,

安装时提示如下:

在qtem的解压目录下运行:sudo ./configure
提示如下:
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

你前面这段是用源码自己编译安装,那么就要安装对应编译用的编译器,包括gcc,g++在内的很多东西你要先装好,然后configure成功,再make,make install

然后运行命令;sudo apt-get install qterm
提示如下:
E: 无法获得锁 /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

你这样apt-get就是从网络的源上安装,你只要确保自己的source list是正确的,并且当时仅有一个apt-get在工作就可以了

我是菜鸟,看config.log文件,看了也没看懂。
请教各位怎么样才能把qterm安装成功?

非常感谢!
玩linux,自己多摸索,另外问问题也要讲究技术
看你这样前后一问,你似乎还没有搞清楚从源码安装和从源安装的区别,建议自己上网找找学习一下

发表于 : 2007-05-22 21:01
firsun
多谢楼上的指点!

不过仍然 没搞明白 从源码安装 和 从源安装 的区别,

可否稍微详细指点一下?

//bow

发表于 : 2007-05-24 22:50
firsun
安装成功了,
虽然自己 都搞得不太清楚
它怎么就成功了。