PDA

View Full Version : [ubuntu] compiler error



taith
August 22nd, 2008, 02:29 PM
./configure
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.


anyone know what program i'm missing here?

glennric
August 22nd, 2008, 02:31 PM
Have you installed the package "build-essential"? If not install that and try again. Most likely you don't have a C compiler installed.

linuxguymarshall
August 22nd, 2008, 02:41 PM
Just run this

sudo apt-get install build-essential g++

Cypher
August 22nd, 2008, 03:07 PM
What program are you trying to compile and also take a look at the config.log file which will contain more information about what failed.