On 08.01.2008, at 19:39, Brian Gough wrote:
At Sun, 6 Jan 2008 23:58:06 +0100, Jochen Küpper wrote:--- /Users/jochen/gsl.m4-orig 2008-01-06 23:49:47.000000000 +0100+++ /opt/local/share/aclocal/gsl.m4 2008-01-06 23:50:58.000000000 +0100@@ -102,16 +102,6 @@ { exit(0); } - else - {- printf("\n*** 'gsl-config --version' returned %d.%d.%d, but theminimum version\n", $gsl_major_version, $gsl_minor_version, $gsl_micro_version); - printf("*** of GSL required is %d.%d.%d. If gsl-config is correct, then it is\n", major, minor, micro); - printf("*** best to upgrade to the required version.\n"); - printf("*** If gsl-config was wrong, set the environment variable GSL_CONFIG\n"); - printf("*** to point to the correct copy of gsl-config, and remove the file\n"); - printf("*** config.cache before re-running configure\n"); - exit(1);Don't we need to keep the exit(1)?
Don't ask me why, but it is not necessary on my system (Mac OS X 10.5 / gcc-4.0)!!!
Anyhow, we should keep it to make clear what we want;) *** /opt/local/share/aclocal/gsl.m4~ Fri Dec 28 12:07:14 2007--- /Volumes/Users/jochen/source/libcoldmol/gsl.m4 Tue Jan 8 22:43:54 2008
***************
*** 104,115 ****
}
else
{
- printf("\n*** 'gsl-config --version' returned %d.%d.%d, but
the minimum version\n", $gsl_major_version, $gsl_minor_version,
$gsl_micro_version);
- printf("*** of GSL required is %d.%d.%d. If gsl-config is
correct, then it is\n", major, minor, micro);
- printf("*** best to upgrade to the required version.\n");
- printf("*** If gsl-config was wrong, set the environment
variable GSL_CONFIG\n");
- printf("*** to point to the correct copy of gsl-config, and
remove the file\n");
- printf("*** config.cache before re-running configure\n");
exit(1);
}
}
--- 104,109 ----
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
