Results 1 to 6 of 6
Hi, i'm a very newbie to linux and i'm trying to install a program but i'm getting this error when i run the './configure' command
checking build system type... i686-pc-linux-gnulibc1
...
- 11-08-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 3
Help installing programs
Hi, i'm a very newbie to linux and i'm trying to install a program but i'm getting this error when i run the './configure' command
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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)... no
checking for style of include used by make... none
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.
can anyone pls help.
thanx
- 11-08-2005 #2
Try reinstalling GCC:
Code:apt-get install gcc
- 11-08-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 3
thanx for that, but this is the msg that i got back
Reading package lists... Done
Building dependency tree... Done
gcc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.
any thoughts ?
- 11-08-2005 #4
Can you post the relevant portion of config.log?
- 11-08-2005 #5Just Joined!
- Join Date
- Nov 2005
- Posts
- 3
can u tell me where to find it and how to access it ?
thanx
- 11-09-2005 #6
config.log will be in the directory where you run ./configure. You can display this by typing
or if you don`t have lessCode:less config.log
Code:more config.log


Reply With Quote
