Hi, code says: -o \( $cc_maj -eq 5 -a $cc_min -gt 3 \) \
log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10, gcc 5.x with x<10 or gcc 6.x with x<2" failure log: Checking for gcc: ** gcc version 5.4 found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10, gcc 5.x with x<10 or gcc 6.x with x<2! maybe if you want to allow every gcc-5, you can change it to -o \( $cc_maj -eq 5 -a $cc_min -gt 9 \) \ or change the log error message :) There should be no need to license this trivial change, but MIT as usual is fine by me. G. _______________________________________________ vbox-dev mailing list vbox-dev@virtualbox.org https://www.virtualbox.org/mailman/listinfo/vbox-dev