summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-11-08 16:23:55 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-11-08 16:23:55 +0000
commitbfeaef23c7dd3bab1797cb3044b3b68a45c04a52 (patch)
tree5a07b21c701b4ec2e0672bf9dd1943c3f3ea5d63 /lib
parent8ede0adc742c0f1d7c084db52de07d924b720ccc (diff)
improve upon error message for missing Fortran compiler
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4908 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-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