VirtualBox

Changeset 32176 in vbox for trunk/configure


Ignore:
Timestamp:
Sep 1, 2010 1:22:04 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65460
Message:

configure: added a check if 32-bit applications can be executed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r32017 r32176  
    18111811    echo "  Check the file $LOG for detailed error information."
    18121812    fail
     1813  else
     1814    echo "executing the binary" >> $LOG
     1815    $ODIR.tmp_out 2> $ODIR.test_execute.log
     1816    rc=$?
     1817    cat $ODIR.test_execute.log >> $LOG
     1818    if [ $rc -ne 0 ]; then
     1819      echo
     1820      echo "  Cannot execute 32-bit applications! Either enable 32-bit support in the"
     1821      echo "  kernel configuration or use --disable-vmmraw to disable 32-bit guests."
     1822      fail
     1823      return 1
     1824    fi
    18131825  fi
    18141826  log_success ""
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette