Compiling VirtualBox OSE (updated)
I’ve built a default install of Fedora 13 64-Bit in a virtual machine for the purpose of figuring out what are the dependencies and workarounds required to compile VirtualBox OSE from Subversion.
Install make, gcc etc; as root: yum groupinstall "Development Tools" "Development Libraries"
Install 32-Bit build tools and some Qt4 libraries, Java etc; as root: yum install dev86 iasl qt4-devel pulseaudio-libs-devel glibc-devel.i686 libgcc.i686 texlive-texmf-latex java-1.6.0-openjdk-devel zlib-static glibc-static libstdc++.i686 libvncserver-devel libxslt-devel libIDL-devel SDL-devel libXmu-devel libstdc++-static
Symlink the Fedora-packaged JVM to where Oracle expect it to be installed, as root: cd /usr/lib/jvm/
ln -s java-1.