Autor Tópico: não consigo instalar um programinha  (Lida 4104 vezes)

Offline bonovox

  • Usuário Ubuntu
  • *
  • Mensagens: 49
    • Ver perfil
não consigo instalar um programinha
« Online: 24 de Novembro de 2005, 12:25 »
Olá, estou tentando instalar o dekorator no kubuntu, só que diz que o compilador não consegue criar executáveis:
http://www.kde-look.org/content/show.php?content=31447
Código: [Selecionar]
renato@renato:~/Kde-look/deKorator-0.1$ ./configure
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 kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
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.


Qual o problema? eu já instalei o gcc e o g++ pelo apt-get, falta alguma coisa?

Abraços.

Offline Xterminator

  • Usuário Ubuntu
  • *
  • Mensagens: 1.279
    • Ver perfil
não consigo instalar um programinha
« Resposta #1 Online: 24 de Novembro de 2005, 12:55 »
não sei se você chegou a fazer uma busca aqui no fórum mesmo, mas creio eu que instalando o pacote build-essential
seu problema "pelo menos este" será resolvido....
este problema é gerado pela falta da biblioteca de desenvolvimento da glibc.
sem contar logo de cara a mensagem de erro acusa a falta do make em seu sistema

Offline bonovox

  • Usuário Ubuntu
  • *
  • Mensagens: 49
    • Ver perfil
não consigo instalar um programinha
« Resposta #2 Online: 24 de Novembro de 2005, 19:03 »
Xterminator, instalei o build-essential, mas agora aparece isso:

Código: [Selecionar]
checking for GLIB_CFLAGS...
checking for GLIB_LIBS...
configure: error: Package requirements (glib-2.0 >= 2.0.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.


E agora? como eu consigo o GLIB?