It's me again. Shocking, I know. Anyway, I've been having problem after problem attempting to "detarballify" an emulator. I've solved most of the problems thrown at me, yet this one is proving obstinate. After I unpack the contents of the tarball I cd into the directory. Here's EXACTLY what I type between the "------"
STEPS I USE:
-------------------------------------------------------------------------------
root@slitaz:~/Downloads# tar xvjf mednafen-0.8.9.tar.bz2
-------------------------------------------------------------------------------
AFTER IT GIVES ME THE UNPACKED FILES:
-------------------------------------------------------------------
root@slitaz:~/Downloads# cd /root/Downloads/mednafen
root@slitaz:~/Downloads/mednafen# ./configure
-------------------------------------------------------------------
After that, it begins to configure the files. I've encountered (and solved with much googling) problems like OpenGL header file not found (solved by searching package manager), SDL 1.2.x not found (solved by the same method as OpenGL), and finally the final line before the configuration halts:
checking for LIBCDIO... configure: error: *** libcdio not found!
I've checked for that package, un/re-installed it multiple times, and installed packages that seem to be its framework, yet it still refuses to recognize the package. Running Slitaz GNU/Linux 3.0 on a Windows XP Professional 5.1.2600
P.S. Trixar, I found Mednafen on your website, and it interested me, so yeah. M'hoping you shed some light.