Comando desconhecido

1. Comando desconhecido

Perfil removido
removido

(usa Nenhuma)

Enviado em 06/12/2005 - 16:47h

Queria saber pq aki no conectiva, quando do o $ make e $ make install da command not found!!
pq queria instalar arquivos em tar.gz e sempre da isso =/ será que alguem pode me ajudar??
desde jah agradeço a atençao de todos
obrigado!


  


2. Re: Comando desconhecido

Diego Rodrigo Machado
bestlinux

(usa Ubuntu)

Enviado em 06/12/2005 - 16:50h

Ola,

Por que você precisa executar o comando make install como usuario root. Para você acessar o usuario root, basta executar o comando:

$su root
<entre com a senha>

Mas verifique, se o "make" e "make install" realmente existem, por que, caso acontece alguma problema na hora de você configurar o programa (./configure), ele não vai criar o "make" e "make install". Verifique se na hora de você executar o comando:

#./configure

Ele não esta apresentando nenhum erro no final, se estiver coloque aqui para vermos

Falow !


3. vou colar aki

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/12/2005 - 14:00h

igual, to tentando instalar o blackbox saka, dae descompactei tudo certim. entrei na pasta:

[root@swab blackbox-0.65.0]# make
bash: make: command not found
[root@swab blackbox-0.65.0]# make install
bash: make: command not found
[root@swab blackbox-0.65.0]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@swab blackbox-0.65.0]

Dae jah sei mais o que fazer, pq preciso instalar softwares e necessito desses comandos!! espero que me ajudem, mais uma vez agradeço a atençao e a colaboraçao de quem está ajudando!!! vlws


4. Re: Comando desconhecido

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/12/2005 - 14:31h

Andei dando uma olhada em outros topicos que tinha haver com programa e acabei instalado umas coisinhas aki do synaptic- desenvolvimento. tipo autoconf, automake e etc! ae testei o #make , #makeinstall e ./configure
ae deu isso ae:

[root@swab lmule-1.3.1]# make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
[root@swab lmule-1.3.1]# make install
make: *** Sem regra para processar o alvo `install'. Pare.
[root@swab lmule-1.3.1]# ./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 g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 how to run the C preprocessor... gcc -E
checking for pthread_attr_init in -lpthread... yes
checking for XML_ParserCreate in -lexpat... no
configure: error: libexpat not found
[root@swab lmule-1.3.1]#

vlw, espero que me ajudem a solcuionar isso!
mtos tem essa dúvida. e desistem no meio do caminho, eu nao vou desistir!!
mais uma vez obrigado!



5. Re: Comando desconhecido

Diego Rodrigo Machado
bestlinux

(usa Ubuntu)

Enviado em 07/12/2005 - 14:47h

Ola,

Em relação ao BlackBox. Ele não esta instalando pois você esta compilador C (gcc) instalado no seu Linux. Para você instalar ele, abra um terminal e execute os comandos como usuario root:

#apt-get update
#apt-get install gcc
#apt-get install glibc

Acho que isso ja resolve o problema de instalação dos outros programas.

Falow !


6. Re: Comando desconhecido

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/12/2005 - 15:34h

Fiz isso ae. e continuou dando isso:

[root@swab lmule-1.3.1]# make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
[root@swab lmule-1.3.1]# make install
make: *** Sem regra para processar o alvo `install'. Pare.
[root@swab lmule-1.3.1]# ./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 g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 how to run the C preprocessor... gcc -E
checking for pthread_attr_init in -lpthread... yes
checking for XML_ParserCreate in -lexpat... no
configure: error: libexpat not found
[root@swab lmule-1.3.1]#

=/ bom. dae para bem ae!! se alguem conseguir me ajudar a solucionar isso ae, ficarei grato!!
mais uma vez, obrigado a quem esta ajudando!


7. Re: Comando desconhecido

Diego Rodrigo Machado
bestlinux

(usa Ubuntu)

Enviado em 07/12/2005 - 15:47h

Bom...pelo que vi....você conseguiu instalar o compilador C (gcc). Agora, execute o comando:

#apt-get install expat-devel

Ele vai instalar a biblioteca que esta faltando.

Mas lembre-se, a ordem dos comandos para você instalar o lmule, é esta:

#./configure
#make
#make install

Não adianta executar o make antes do ./configure, por que não vai funcionar mesmo.

Falow !


8. Re: Comando desconhecido

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/12/2005 - 19:03h

Desde jah agradeço mais uma vez por está me ajudando bestlinux. agradeço mesmo cara! mto obrigado por esta aki solucionando minha dúvida, dae fiz o que tu mandou, ae dei o ./configure (abaixo a continuaçao)

[root@swab lmule-1.3.1]# ./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 g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 how to run the C preprocessor... gcc -E
checking for pthread_attr_init in -lpthread... yes
checking for XML_ParserCreate in -lexpat... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
[root@swab lmule-1.3.1]# ./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 g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 how to run the C preprocessor... gcc -E
checking for pthread_attr_init in -lpthread... yes
checking for XML_ParserCreate in -lexpat... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for wx-config... no
configure: error:
Please check that wx-config is in path, the directory
where wxWindows libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWindows is version 2.4.0 or above.
Or this might also be a bug in our configure. Please try again
with --with-wx-config=/usr/bin/wx-config


9. erro

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/12/2005 - 19:07h

Mais uma vez, para a gente focar emcima dele, depois de todo aquele processo, aparece isso:

configure: error:
Please check that wx-config is in path, the directory
where wxWindows libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWindows is version 2.4.0 or above.
Or this might also be a bug in our configure. Please try again
with --with-wx-config=/usr/bin/wx-config
(replace /usr/bin/wx-config with a valid path to your wx-config)

É isso ae, creio que esteja na fase final.
se poder continuar me ajudando ficarei grato!
obrigado pela atenção!


10. ajudem

Perfil removido
removido

(usa Nenhuma)

Enviado em 08/12/2005 - 16:23h

me ajudemmmm... o/


11. Re: Comando desconhecido

Diego Rodrigo Machado
bestlinux

(usa Ubuntu)

Enviado em 08/12/2005 - 16:48h

Bom....parece que o seu wxWindows esta desatualizado, tente atualizar ele com o comando:

#apt-get install wxWindows

Depois tente rodar o ./configure novamente para ver se ele apresenta algum erro

Obs: Desculpe para demorar para responder, pois meu usuario esta com problema, não estou recebendo o acompanhamento de respostas :-(

Falow !


12. o erro continuo...

Perfil removido
removido

(usa Nenhuma)

Enviado em 08/12/2005 - 18:46h

a esquenta nao cara, eu que tem que agradecer por vc está ae me ajudando!!! mais uma vez obrigado!
tentei o apt-get install WxWindows
so que nao encontrou nenhum pacote com esse nome.
=> http://www.image-dream.com/membre/up/anonym/65707c94d3511d0ca32d5e1a48a300ba.jpg

e o outro erro continua tbem: http://www.image-dream.com/membre/up/anonym/2a39f4caa62c43cf48c7edd94eb076f9.jpg

Se alguem ae poder ajudar nosso amigo ae que está me ajudando ficarei grato!!!
vamo lah gente.. desde jah agradeço a atenção de todos!! mto obrigado mesmo!



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts