problemas ao instalar .tar.gz

Iniciado por -.-, 03 de Novembro de 2007, 23:49

tópico anterior - próximo tópico

-.-

olá,esse problema está comigo a muito tempo:

./configure:

Citarchecking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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... gawk
checking whether make sets $(MAKE)... yes
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... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... no
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wno-non-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

ai com esses erros o make não vai :

make:: *** Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.

#make install: make: *** Sem regra para processar o alvo `install'.  Pare.


o que é isso ?

Assinatura removida pela Equipe do fórum. Verifique as regras das assinaturas.

jomafras

Tudo que aparecer como ...no, está faltando (são as dependências).
Vc instalou o build-essential? (É o primeiro requisito do Ubuntu para compilar).
Sempre que baixar um tar.gz, vc deve ir nas instruções de instalação (arquivo texto).
Seguir as instruções e, instalar as  dependências (no)...nem sempre é possível.
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

alessandro_ufms

Você está tentando compilar o programa, mas o computador não está achando os compiladores. Veja os programas que estão com "no" na frente. Procure no google que pacotes contém esses programas e instale elas. O pacote build essential tem a maioria dos programas, mas pode ser que possa precisar de outros.

fabio_k

eu estava tendo o mesmo erro qdo tentava instalar o wine, mais ai fui com o apt-get e peguei todos os pacotes necessários :)