Bom, estou tentando instalar o Atlas no Flight Gear. Já baixei o arquivo Atlas-0.3.0.tar.gz, descompactei, e rodei o script 'configure'. Este retorno erro, conforme abaixo:
root@genesis:/home/guilherme/Desktop/Atlas-0.3.0# ./configure
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 whether make sets $(MAKE)... (cached) yes
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.
Segue abaixo uma parte do config.log:
configure:2092: $? = 0
configure:2094: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2097: $? = 1
configure:2120: checking for C compiler default output file name
configure:2123: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2126: $? = 1
configure: failed program was:
| /* confdefs.h. */
Estou usando UBUNTU 7.04.
Agradeço a ajuda.