Searched refs:CXXCOMPILER_VERSION (Results 1 – 1 of 1) sorted by relevance
135 CXXCOMPILER_VERSION=$($CXXCOMPILER -v 2>&1 | sed -n '/^gcc version/p' |137 if [ -z "$CXXCOMPILER_VERSION" ] ; then143 if [ -n "$CXXCOMPILER_VERSION" ] ; then144 CXXCOMPILER_MAJOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/\..*//g")145 CXXCOMPILER_MINOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/^$CXXCOMPILER_MAJOR\.//g" -e "s/\..*//g")148 echo "You have g++ '$CXXCOMPILER_VERSION' installed. g++ >= 4.8 is required"