分页: 1 / 1

[求助]编译fcitx出错: C compiler cannot create executables

发表于 : 2007-06-27 0:13
dsdsdds
想编译一下3.5版,没想到:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

该怎么办呢?

发表于 : 2007-06-27 0:18
eexpress
C compiler cannot create executables 搜索
config.log 看
基本有几种情况

发表于 : 2007-06-27 8:47
karron
sudo apt-get build-dep fcitx 先把编译fcitx所需的库装上.

发表于 : 2007-06-27 14:29
dsdsdds
karron:
按照你的方法做,得到:

sudo apt-get build-dep fcitx
Password:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
读取状态信息... 完成
E: 您必须在您的 sources.list 写入一些“软件包源”的 URI

发表于 : 2007-06-27 17:05
karron
去看wiki里面的快速设置指南, 把源修改一下。

Re: [求助]编译fcitx出错: C compiler cannot create executables

发表于 : 2009-01-13 22:20
duanyong
文章标题 :
帖子发表于 : 2007-06-27 8:47 new file
头像

注册: 2005-06-11 14:03
帖子: 6156
地址: 不明真相的群众
sudo apt-get build-dep fcitx 先把编译fcitx所需的库装上.


_________________
我的blog,关于技术,软件,linux,vim <---- 所有博客均被河蟹.


sudo apt-get build-dep fcitx?--> 这句是什么意思呢?