Page 1 of 1

Cannot install ZSNES on Mac Mini G4 with YDL 6.0

PostPosted: 26 May 2014, 00:05
by rancidia16
When I tried to install ZSNES the first time, it asked for NASM. Okay. No big deal. I installed NASM and went on my way. I then ran ./configure. It worked fine, at least to my knowledge. I then tried the 'make' command. The following is what it gives me:

Code: Select all
g++  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -D__OPENGL__ -march=i386 -O3 -fomit-frame-pointer -s -fno-rtti -o tools/fileutil.o -c tools/fileutil.cpp
cc1plus: error: unrecognized command line option "-march=i386"
make: *** [tools/fileutil.o] Error 1


Please help! Thanks, guys! :)

Re: Cannot install ZSNES on Mac Mini G4 with YDL 6.0

PostPosted: 30 May 2014, 17:41
by billb
I believe ZSNES requires an x86 CPU and the G4 is a PowerPC CPU (the -march=i386 option is telling the compiler to use the x86 instruction set), so you'll need to try a different SNES emulator. snes9x / snes9x-gtk works pretty well.