Commit 40ef4650 authored by Konstantin Baev's avatar Konstantin Baev

Add checking availability GNU make utility

parent aefee30e
...@@ -126,6 +126,8 @@ set_gcc() ...@@ -126,6 +126,8 @@ set_gcc()
export GCCNAME=gcc export GCCNAME=gcc
fi fi
[ `which make` ] || fatal "GNU make utility have not found. Please install make package."
PATHGCC=`which $GCCNAME` PATHGCC=`which $GCCNAME`
[ $PATHGCC ] || fatal "GCC compiler have not found. Please install gcc package." [ $PATHGCC ] || fatal "GCC compiler have not found. Please install gcc package."
echo $PATHGCC echo $PATHGCC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment