Autor Tópico: Mensagem de erro  (Lida 1262 vezes)

Offline niltonpess

  • Usuário Ubuntu
  • *
  • Mensagens: 70
    • Ver perfil
Mensagem de erro
« Online: 26 de Maio de 2008, 11:16 »
Estou tentando instalar plugins para o GIMP através dos comandos:
./configure
make install
install

Mas aparece uma mensagem de erro: configure: error: C compiler cannot create executables

Citar
root@ubuntu:/home/niltonpess/Desktop/Novapasta/plugins_do_gimp/liblqr-1-0.1.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 for style of include used by make... GNU
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.
root@ubuntu:/home/niltonpess/Desktop/Novapasta/plugins_do_gimp/liblqr-1-0.1.0# make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.

Alguém sabe qual é o problema e como resolver?