You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if test ! -d $ESPRESSO_SCRIPTS; then echo "ESPRESSO scripts directory $ESPRESSO_SCRIPTS is missing, reinstall Espresso" 1>&2; exit -1; fi
if test ! -x ${espdir}lib/ESPResSo/config.guess; then echo "ESPRESSO configuration guess script ${espdir}lib/ESPResSo/config.guess is missing, reinstall Espresso" 1>&2; exit -1; fi
if test ! -x ${espdir}lib/ESPResSo/obj-`${espdir}lib/ESPResSo/config.guess`/Espresso; then echo 'There is no binary for the current hardware, '`${espdir}lib/ESPResSo/config.guess`', recompile and install Espresso for this platform' 1>&2; exit -1; fi