|
我是初学者,碰到一些问题,大家不要见笑。
我运行 ./configure -prefix=/usr 的时候就提示了下面的错误,我也不知道这个错误是什么意思,不管我是否加 sudo 提示的错误都一样,都是最后一样,这个问题是什么问题呢?
谢谢大虾指点一下。
david@david-linux:~/Input_Method/fcitx-3.5$ sudo ./configure -prefix=/usr
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... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
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. |
|