VirtualBox

Changes between Version 44 and Version 45 of Linux build instructions


Ignore:
Timestamp:
Aug 11, 2008 8:45:35 PM (16 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux build instructions

    v44 v45  
    8787Note that !VirtualBox makes use of YASM as its assembler which is part of the source repository as the currently available releases of YASM contain various bugs. As soon as a working release becomes officially available, we will add YASM to the list of prerequisites.
    8888
    89 Building on a 64bit host still requires 32bit libraries and build tools as the Guest Additions which are part of the build process are 32bit. Note that on 64bit Ubuntu systems some links to shared libraries are missing. This can be fixed with
     89Building on a '''64bit''' host still requires 32bit libraries and build tools as the Guest Additions which are part of the build process are 32bit. Note that on 64bit Ubuntu systems some links to shared libraries are missing. This can be fixed with
    9090{{{
    9191ln -s libX11.so.6    /usr/lib32/libX11.so
     
    9696ln -s libXext.so.6   /usr/lib32/libXext.so
    9797}}}
     98
     99On Linux distributions where gcc default to version 4.3 you need to specify a compatibility compiler for the `recompiler` directory. Known Linux releases are ''Debian/Lenny'' and ''openSUSE 11''. Execute
     100{{{
     101./configure --with-gcc-compat=gcc-4.1
     102}}}
     103on openSUSE 11 after you installed the packages '''cpp41''' and '''gcc41''' from the [http://download.opensuse.org/repositories/devel:/tools:/gcc/openSUSE_11.0/ SUSE repository]. Lenny ships packages for '''cpp-4.1'''/'''gcc-4.1''' and '''cpp-4.2'''/'''gcc-4.2'''.
    98104
    99105== Building !VirtualBox ==

© 2023 Oracle
ContactPrivacy policyTerms of Use