rafaelskater
(usa Debian)
Enviado em 04/02/2010 - 21:41h
Configurando gcc (4:4.3.2-2) ...
Configurando linux-libc-dev (2.6.26-19lenny2) ...
Configurando libc6-dev (2.7-18lenny2) ...
rafael:/home/rafael/zsnes_1_51/src# ./configure
checking 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 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 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 for nasm... no
configure: error: You need NASM installed to compile ZSNES
rafael:/home/rafael/zsnes_1_51/src# apt-get install g++
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Os pacotes extra a seguir serão instalados:
g++-4.3 libstdc++6-4.3-dev
Pacotes sugeridos:
g++-multilib g++-4.3-multilib gcc-4.3-doc libstdc++6-4.3-dbg
libstdc++6-4.3-doc
Os NOVOS pacotes a seguir serão instalados:
g++ g++-4.3 libstdc++6-4.3-dev
0 pacotes atualizados, 3 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
É preciso baixar 0B/4804kB de arquivos.
Depois desta operação, 18,3MB adicionais de espaço em disco serão usados.
Você quer continuar [S/n]? S
Selecionando pacote previamente não selecionado libstdc++6-4.3-dev.
(Lendo banco de dados ... 91749 arquivos e diretórios atualmente instalados).
Desempacotando libstdc++6-4.3-dev (de .../libstdc++6-4.3-dev_4.3.2-1.1_i386.deb) ...
Selecionando pacote previamente não selecionado g++-4.3.
Desempacotando g++-4.3 (de .../g++-4.3_4.3.2-1.1_i386.deb) ...
Selecionando pacote previamente não selecionado g++.
Desempacotando g++ (de .../g++_4.3.2-2_i386.deb) ...
Processando gatilhos para man-db ...
Configurando g++-4.3 (4.3.2-1.1) ...
Configurando libstdc++6-4.3-dev (4.3.2-1.1) ...
Configurando g++ (4:4.3.2-2) ...
rafael:/home/rafael/zsnes_1_51/src# ./configure
checking 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 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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for nasm... no
configure: error: You need NASM installed to compile ZSNES
rafael:/home/rafael/zsnes_1_51/src# apt-get install nasm
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível achar pacote nasm
tava tentando compilar o zsnes e deu isso!?