summaryrefslogtreecommitdiff
path: root/lib/make/configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/configure.pl')
-rwxr-xr-xlib/make/configure.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/make/configure.pl b/lib/make/configure.pl
index 92789f91..38b1921d 100755
--- a/lib/make/configure.pl
+++ b/lib/make/configure.pl
@@ -35,6 +35,9 @@ if ($retcode > 0)
{
print "Fortran compilation failed ...\n";
print "COMPILATION WILL FAIL WITH ANY FORTRAN SOURCE CODE\n";
+ print " ! Apparently a Fortran compiler was specified (F77/F90), but it does not \n".
+ " ! seem to be working. Either make sure to specify a working Fortran compiler, \n".
+ " ! do not set F77/F90, or set them to 'none'.\n\n";
}
sub test_fortran_name