if  ! [ -e  /usr/bin/g77 ]; then
        message "${PROBLEM_COLOR}g77 is required to install this module.  Rebuild gcc with it enabled.${DEFAULT_COLOR}" &&
        false
fi &&
default_pre_build

