I have no understanding of "NASM" and after searching for bit and to no avail I ask you guys, what do I do?michael@angel-desktop:~/super_nintendo/super_nintendo_emulator/zsnes_1_51/src$ ./configure --enable-release
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
Ubuntu Linux 9.04 Installation Issue
Moderator: ZSNES Mods
Ubuntu Linux 9.04 Installation Issue
I navigated to the correct directory and ran the ./configure --enable-release as told and below is the error I received.
-
- "Your thread will be crushed."
- Posts: 1236
- Joined: Wed Jul 28, 2004 1:49 am
- Location: Not in Winnipeg
- Contact:
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
Look up NASM in your package manager.
Or if you're not afraid of a terminal, as root:
apt-get install nasm
In Ubuntu, prefix that with sudo.
Or if you're not afraid of a terminal, as root:
apt-get install nasm
In Ubuntu, prefix that with sudo.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- Rookie
- Posts: 15
- Joined: Mon Jan 09, 2006 2:22 pm
Quick question, why not
Or use Applications -> Add/Remove if you like the gui.
Why build it, the repos have the latest version with patches.[/code]
Code: Select all
sudo apt-get install zsnes
Why build it, the repos have the latest version with patches.[/code]
And behind me is
the Whole Hole
It consumes
anything.
--Yomi (Terranigma)
the Whole Hole
It consumes
anything.
--Yomi (Terranigma)
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
Hahahahaha Ha.safaribans wrote: Why build it, the repos have the latest version with patches.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- Locksmith of Hyrule
- Posts: 3634
- Joined: Sun Aug 08, 2004 7:49 am
- Location: 255.255.255.255
- Contact:
Yeah really, since we all know what happened when Gentoo packaged ZSNES..Nach wrote:Hahahahaha Ha.safaribans wrote: Why build it, the repos have the latest version with patches.


<Nach> so why don't the two of you get your own room and leave us alone with this stupidity of yours?
NSRT here.
NSRT here.
-
- ZSNES Shake Shake Prinny
- Posts: 5632
- Joined: Wed Jul 28, 2004 4:15 pm
- Location: PAL50, dood !
You forgot theNach wrote:Hahahahaha Ha.safaribans wrote: Why build it, the repos have the latest version with patches.
And also theNach wrote: NO
hahahahahahaha
around that.Soul Harvester wrote:
皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
-
- Rookie
- Posts: 15
- Joined: Mon Jan 09, 2006 2:22 pm
This isn't the latest (1.51b and all that?)Nach wrote:Hahahahaha Ha.safaribans wrote: Why build it, the repos have the latest version with patches.
https://lists.ubuntu.com/archives/jaunt ... 06195.html
To help the op with compilation
Code: Select all
sudo apt-get install build-essential
sudo apt-get build-dep zsnes
If any are still missing, i.e. you didn't have nasm, look for the package nasm. The error messages are actually helpful.
Rather than just make:
if you have a dual core,
Code: Select all
make -j3
Code: Select all
make -j5

EDIT: I just compiled it under ubuntu 9.04, with --enable-libao --enable-release --disable-debugger, however upon running:
Code: Select all
*** buffer overflow detected ***: zsnes terminated
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7c71da8]
/lib/tls/i686/cmov/libc.so.6[0xb7c6feb0]
zsnes[0x805a852]
And behind me is
the Whole Hole
It consumes
anything.
--Yomi (Terranigma)
the Whole Hole
It consumes
anything.
--Yomi (Terranigma)