|
|
今天,我下载了一个 eva的 .tar 包 解压后,
执行
./configure
此时 系统提示
debian:/home/selinux/Desktop/下载/eva# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-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... no
checking for mawk... mawk
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.
好像提示没有编译的环境,需要gcc , 于是我就去下载gcc
apt-get install gcc
此时系统提示说
debian:/home/selinux/Desktop/下载/eva# apt-get install gcc
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
binutils cpp cpp-4.1 gcc-4.1 gcc-4.1-base gcc-4.2-base libc6 libc6-i686 libgcc1 libstdc++6 locales
Suggested packages:
binutils-doc cpp-doc gcc-4.1-locales gcc-multilib manpages-dev autoconf automake1.9 libtool flex bison
gcc-doc gcc-4.1-multilib gcc-4.1-doc glibc-doc
Recommended packages:
libc6-dev libc-dev libmudflap0-dev
The following packages will be REMOVED:
tzdata util-linux
The following NEW packages will be installed:
gcc gcc-4.1 gcc-4.2-base
The following packages will be upgraded:
binutils cpp cpp-4.1 gcc-4.1-base libc6 libc6-i686 libgcc1 libstdc++6 locales
WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
util-linux tzdata (due to util-linux)
9 upgraded, 3 newly installed, 2 to remove and 571 not upgraded.
Need to get 3474kB/15.7MB of archives.
After unpacking 6066kB disk space will be freed.
You are about to do something potentially harmful.
To continue type in the phrase 'Yes, do as I say!'
?]
那位朋友能帮我看看这是什么原因马? |
|