[vbox-dev] virtualbox 5.0.22 gcc version wrong check

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Sat Jun 18 07:25:04 GMT 2016


Hi, just FYI the failure log is wrong for gcc 5 versions
elif [ $cc_maj -lt 3 \             -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \             -o \( $cc_maj -eq 5 -a $cc_min -gt 9 \) \             -o \( $cc_maj -eq 6 -a $cc_min -gt 1 \) \             -o $cc_maj -gt 6 ]; then        log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10 or gcc 5.3"        fail really
Not a real problem, but you might want want to correct it :)
G 


Sent from Yahoo Mail on Android
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20160618/dcf12f8b/attachment.html>


More information about the vbox-dev mailing list