install Virtualbox under FreeBSD 10

   Now, FreeBSD 10 has been realeased. And GCC was taken place of clang (a llvm compiler).

Because of this, some softwares cannot install correctly, say, Virtualbox-ose. For a long time,

I cannot find a solution, fortunally, I have done it.


  I googled "install virtualbox using clang", and the solution was found. For detail information,

you can go to the website: http://freebsd.1045724.n5.nabble.com/VirtualBox-4-3-6-FreeBSD-10-clang-SUCCESS-td5875566.html. Here, I will give you the necessary command:

                   1. mkdir -p /tmp/xy

                   2. cd /tmp/xy

                   3. svn co https://svn.redports.org/jkim

                   4. cd /tmp/xy/jkim/emulators/virtualbox-ose-kmod                    

                   5. make
                   6. make install
                   7. cd /tmp/xy/jkim/emulators/virtualbox-ose                    

                   8. make
                   9. make install

For command 8, it need take a long time. Good Luck!

你可能感兴趣的:(FreeBSD,VirtualBox,10)