Autor Tópico: Erro durante a instalação de software  (Lida 2425 vezes)

Offline lucianobass

  • Usuário Ubuntu
  • *
  • Mensagens: 118
    • Ver perfil
Erro durante a instalação de software
« Online: 09 de Maio de 2009, 08:34 »
Olá amigos,

Baixei um software e quando vou instalar, faço tudo certinho. Mudo a permissão para o executável, e inicio a configuração e instalação com o comando ./configure até aí tudo bem, ele começa a instalação mas no final vejam o que aparece:

Código: [Selecionar]
luciano@Ubuntu8:~/Desktop/spalah-flash-0.03$ ./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... 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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
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... 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 how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

Parece que o erro é no compilador de C++, mas eu tenho instalado aqui o gcc.
Alguém poderia me ajudar?  :(
"Facilidade? Dom? Balela..." (Oscar Schimmit) Por isso vou estudar o lunix até aprender. ;)

Offline dudu_ubuntun

  • Usuário Ubuntu
  • *
  • Mensagens: 507
    • Ver perfil
    • O Tempo do Mundo
Re: Erro durante a instalação de software
« Resposta #1 Online: 09 de Maio de 2009, 10:48 »
bom dia

parece falta do pacote cpp

instalte o cpp e o build-essential para garantir

abs

Offline lucianobass

  • Usuário Ubuntu
  • *
  • Mensagens: 118
    • Ver perfil
Re: Erro durante a instalação de software
« Resposta #2 Online: 09 de Maio de 2009, 14:15 »
bom dia

parece falta do pacote cpp

instalte o cpp e o build-essential para garantir

abs

Eu instalei esses pacotes, agora eu instalo e quando vou digitar o comando make o sistema informa:

Código: [Selecionar]
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.
"Facilidade? Dom? Balela..." (Oscar Schimmit) Por isso vou estudar o lunix até aprender. ;)

Offline dudu_ubuntun

  • Usuário Ubuntu
  • *
  • Mensagens: 507
    • Ver perfil
    • O Tempo do Mundo
Re: Erro durante a instalação de software
« Resposta #3 Online: 09 de Maio de 2009, 15:15 »
rodou o ./configure de novo?

coloque o final do ./configure aqui

abs

Offline lucianobass

  • Usuário Ubuntu
  • *
  • Mensagens: 118
    • Ver perfil
Re: Erro durante a instalação de software
« Resposta #4 Online: 09 de Maio de 2009, 17:59 »
rodou o ./configure de novo?

coloque o final do ./configure aqui

abs

Olhe a resposta do sistema após o ./configure

Código: [Selecionar]
luciano@Ubuntu8:~/Desktop/spalah-flash-0.03$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
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... 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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... no
checking if f77 supports -c -o file.o... no
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... /usr/bin/f77: Illegal option: -print-search-dirs
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 gdk-2.0... luciano@Ubuntu8:~/Desktop/spalah-flash-0.03$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.
"Facilidade? Dom? Balela..." (Oscar Schimmit) Por isso vou estudar o lunix até aprender. ;)

Offline dudu_ubuntun

  • Usuário Ubuntu
  • *
  • Mensagens: 507
    • Ver perfil
    • O Tempo do Mundo
Re: Erro durante a instalação de software
« Resposta #5 Online: 09 de Maio de 2009, 18:26 »
pois é, também tentei instalar e o meu configure também para exatamente como o teu, vc pode tentar instalar o gtk+-2.0 e gdk-2.0

ms infelizmente acho que nao vou poder te ajudar mais

abs e boa sorte

Offline lucianobass

  • Usuário Ubuntu
  • *
  • Mensagens: 118
    • Ver perfil
Re: Erro durante a instalação de software
« Resposta #6 Online: 09 de Maio de 2009, 19:40 »
pois é, também tentei instalar e o meu configure também para exatamente como o teu, vc pode tentar instalar o gtk+-2.0 e gdk-2.0

ms infelizmente acho que nao vou poder te ajudar mais

abs e boa sorte


Pra você ter idéia, NUNCA consegui instalar um software que não estivesse nos repositórios, pois os mesmo sempre davam um problema na comilação.

Alguém poderia ajudar nesse erro?

E aproveito para agradecer ao amigo dudu_ubuntun.  ;)
"Facilidade? Dom? Balela..." (Oscar Schimmit) Por isso vou estudar o lunix até aprender. ;)

Offline dudu_ubuntun

  • Usuário Ubuntu
  • *
  • Mensagens: 507
    • Ver perfil
    • O Tempo do Mundo
Re: Erro durante a instalação de software
« Resposta #7 Online: 10 de Maio de 2009, 19:54 »
boa noite,

eu já compilei várias coisas, ms concordo ctg que é meio chatinho msm, o maior porblema na minha opiniao é que esse software está a mto tempo parado, segundo o site o ultimo pacote é de maio de 2004! Eu nem usava linux nessa época! Mtos pacotes e dependencias deixaram de ser atualizadas, o ideal seria vc achar um substituto para ele.

Abs

Offline lucianobass

  • Usuário Ubuntu
  • *
  • Mensagens: 118
    • Ver perfil
Re: Erro durante a instalação de software
« Resposta #8 Online: 10 de Maio de 2009, 21:14 »
boa noite,

eu já compilei várias coisas, ms concordo ctg que é meio chatinho msm, o maior porblema na minha opiniao é que esse software está a mto tempo parado, segundo o site o ultimo pacote é de maio de 2004! Eu nem usava linux nessa época! Mtos pacotes e dependencias deixaram de ser atualizadas, o ideal seria vc achar um substituto para ele.

Abs

Vou procurar outro.
Nessa época eu estava na faculdade e usava o Slackware 8 rsrsrsrsr
"Facilidade? Dom? Balela..." (Oscar Schimmit) Por isso vou estudar o lunix até aprender. ;)