From bfeaef23c7dd3bab1797cb3044b3b68a45c04a52 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 8 Nov 2012 16:23:55 +0000 Subject: improve upon error message for missing Fortran compiler git-svn-id: http://svn.cactuscode.org/flesh/trunk@4908 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/configure.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3