View previous topic :: View next topic |
Author |
Message |
Gnirf n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/50804be23daedce225c8a.jpg)
Joined: 29 Sep 2002 Posts: 51
|
Posted: Sat Feb 08, 2003 12:44 pm Post subject: ed2k_gui -----> comilation error |
|
|
Hi ...
I tried to compile the ed2k_gui ... but as i started configure i get the following message:
Code: |
root@gnirfstation eselgui # ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
root@gnirfstation eselgui #
|
ans this is what the config.log contains:
Code: |
his file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:623: checking host system type
configure:644: checking target system type
configure:662: checking build system type
configure:760: checking for a BSD compatible install
configure:817: checking for -p flag to install
configure:840: checking whether build environment is sane
configure:878: checking whether make sets ${MAKE}
configure:924: checking for working aclocal
configure:937: checking for working autoconf
configure:950: checking for working automake
configure:963: checking for working autoheader
configure:976: checking for working makeinfo
configure:1082: checking for gcc
configure:1195: checking whether the C compiler (gcc ) works
configure:1211: gcc -o conftest conftest.c 1>&5
./configure: line 1: gcc: command not found
configure: failed program was:
#line 1206 "configure"
#include "confdefs.h"
main(){return(0);}
|
i installed the required gtk+ version 2.2.0 .... and my gcc is the version 3.2.1-rc6 ...
is there s.o. who can help me with this ...
thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bsolar Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/806967053f23f4aede2da.jpg)
Joined: 12 Jan 2003 Posts: 2764
|
Posted: Sat Feb 08, 2003 12:59 pm Post subject: |
|
|
Hi,
I think there's something wrong with your path.
Try doing env-update and source /etc/profile before trying emerge. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|