PDA

View Full Version : FC8 :: ZSNES issue


Blade_Redwind
21st February 2008, 06:06 PM
Alright, so I'm running on a latitude d810 laptop from Dell. I just installed fc8 and I use to run on fc6. My knowledge of linux is basic at best. However, I do know enough to get things installed. However, I'run into a problem -.- I'll just post the the text from the terminal. I know I need some compilers, but the last bit has me perplexed...

[Blade@localhost ~]$ cd /home/Blade/zsnes*/src
[Blade@localhost 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... nasm
checking for sdl-config... no
[B]checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: SDL >= 1.2.0 is required[/B

Gnafu the Great
21st February 2008, 06:14 PM
Make sure you have the SDL packages installed. Better yet, install ZSNES from the Dribble repository.

leigh123linux
21st February 2008, 06:31 PM

Moved to Gamers Lounge

Blade_Redwind
21st February 2008, 08:51 PM
Make sure you have the SDL packages installed. Better yet, install ZSNES from the Dribble repository.

Dribble? and yeah, I tried getting some sdl packages installed, but it kept telling me I have the latest update.

Gnafu the Great
21st February 2008, 09:06 PM
http://dribble.org.uk/configuration.html

SuperNu
22nd February 2008, 02:48 AM
Make sure you have SDL-devel installed.

--SN