Why oh why oh why does everything in linux world have to be so painful!
Got used to using VM Virtual box via Liam tutorials and the debian distro, but can I use it for the just released Ferdora Remix? No I can't as the distro is an img file and not an iso so Virtual box doesn't support it. So I have to use Qemu, but its only supplied as uncompiled code, so I have the 'make' it. So I try and follow this help guide :
http://www.cnx-software.com/20.....-in-linux/
and I get to this point :
cd qemu
./configure --target-list=arm-softmmu,arm-linux-user
and I get this error :
root@raspberrypi:/home/texy/qemu# ./configure --target-list=arm-softmmu,arm-linux-user
Error: zlib check failed
Make sure to have the zlib libs and headers installed.
I,m guessing there's something not installed in the RPi debian6-17-02-2012 distro I need to get qemu up and running?
Texy
