Hey all...
I'm trying to compile zsnes for linux and i followed the instructions to
run autogen sh before compiling with make, but i get the following error
message -
g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__
-I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=pentium4
-O3 -fomit-frame-pointer -s -fno-rtti -o tools/fileutil.o -c
tools/fileutil.cpp
make: g++: Command not found
make: *** [tools/fileutil.o] Error 127
What does this mean and how do i fix it? I have gcc installed. or at
least that's what yum tells me.
Jared