LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1686|回复: 16

fedora8.0 QQ和MSN

[复制链接]
发表于 2008-5-22 09:44:07 | 显示全部楼层 |阅读模式
QQ和MSN下下来不会用要怎么编译?谁能讲的详细点,我找不到怎么弄得啊?
发表于 2008-5-22 11:18:01 | 显示全部楼层
下个luma QQ!
要是想用msn的话,你可以用openQ,支持很多im的!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-22 11:18:46 | 显示全部楼层

命令在哪里输入?

命令在哪里输入?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-22 13:16:34 | 显示全部楼层
已经下了好几个LUMAQQ了 登陆不了
回复 支持 反对

使用道具 举报

发表于 2008-5-22 15:44:28 | 显示全部楼层
pidgin
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-23 08:29:41 | 显示全部楼层

QQ

谢谢楼上 MSN好了 QQ还是不行 QQ的帐号该怎么设置?
回复 支持 反对

使用道具 举报

发表于 2008-5-23 19:56:52 | 显示全部楼层
qq用eva
回复 支持 反对

使用道具 举报

发表于 2008-5-23 23:23:57 | 显示全部楼层
下载eva的源代码包,打开一个控制终端,切换到eva解压后的目录下,执行:
./configure
make
make install
这是基本的安装方法。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-28 15:36:59 | 显示全部楼层

eva 还没解决

按照楼上说法 进去目录了
[network@qxshuier eva]$ ./configure make make install
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/sh admin/config.sub make failed
[network@qxshuier eva]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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.
上面是提示

[network@qxshuier eva]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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.
[network@qxshuier eva]$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
[network@qxshuier eva]$ make install
make: *** 没有规则可以创建目标“install”。 停止。
请问是什么原因 感谢热心人
回复 支持 反对

使用道具 举报

发表于 2008-5-28 18:47:11 | 显示全部楼层
Post by qxshuier;1855975
按照楼上说法 进去目录了
[network@qxshuier eva]$ ./configure make make install
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/sh admin/config.sub make failed
[network@qxshuier eva]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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.
上面是提示

[network@qxshuier eva]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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.
[network@qxshuier eva]$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
[network@qxshuier eva]$ make install
make: *** 没有规则可以创建目标“install”。 停止。
请问是什么原因 感谢热心人

同志,提示里不是说的清楚嘛,“[color="Red"]no acceptable C compiler found in $PATH”。

也就是说,要么你没装gcc编译器,因此找不到,要么你的编译器运行路径没有在你的$PATH环境变量里。

具体在看报文:
[color="Red"]checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no

说明编译器,链接器等等,你统统都没装。没装编译环境怎么make啊。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表