From: Guido Kanschat Date: Tue, 4 Jan 2005 22:35:14 +0000 (+0000) Subject: error messages for borland and sun X-Git-Tag: v8.0.0~14623 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d906f56f428d67525eb5df84bd62f986f3a1191;p=dealii.git error messages for borland and sun git-svn-id: https://svn.dealii.org/trunk@9867 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index e10eb158cc..0dd3b8a52b 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -9,7 +9,7 @@ dnl In doc/Makefile some information on the kind of documentation dnl is stored. dnl dnl -dnl Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors +dnl Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors dnl dnl $Id$ @@ -571,6 +571,10 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl CXXFLAGSO="$CXXFLAGS -w" CXXFLAGSPIC="-KPIC" LDFLAGSPIC="-G" + AC_MSG_ERROR(Attention! deal.II is not known to work with SUN Compilers! + If you intend to port it, please remove this message + from aclocal.m4 and call autoconf and configure. If you do not understand + this, you will NOT want to do it!) ;; portland_group) @@ -612,6 +616,10 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl CXXFLAGSO="$CXXFLAGS -q -O2" CXXFLAGSPIC="" LDFLAGSPIC="" + AC_MSG_ERROR(Attention! deal.II is not known to work with Borland C++! + If you intend to port it to Borland C++, please remove this message + from aclocal.m4 and call autoconf and configure. If you do not understand + this, you will NOT want to do it!) ;; *) diff --git a/deal.II/configure b/deal.II/configure index 15bd924038..edada2e0dd 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -3386,6 +3386,15 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext CXXFLAGSO="$CXXFLAGS -w" CXXFLAGSPIC="-KPIC" LDFLAGSPIC="-G" + { { echo "$as_me:$LINENO: error: Attention! deal.II is not known to work with SUN Compilers! + If you intend to port it" >&5 +echo "$as_me: error: Attention! deal.II is not known to work with SUN Compilers! + If you intend to port it" >&2;} + { (exit please remove this message + from aclocal.m4 and call autoconf and configure. If you do not understand + this); exit please remove this message + from aclocal.m4 and call autoconf and configure. If you do not understand + this; }; } ;; portland_group) @@ -3412,6 +3421,15 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext CXXFLAGSO="$CXXFLAGS -q -O2" CXXFLAGSPIC="" LDFLAGSPIC="" + { { echo "$as_me:$LINENO: error: Attention! deal.II is not known to work with Borland C++! + If you intend to port it to Borland C++" >&5 +echo "$as_me: error: Attention! deal.II is not known to work with Borland C++! + If you intend to port it to Borland C++" >&2;} + { (exit please remove this message + from aclocal.m4 and call autoconf and configure. If you do not understand + this); exit please remove this message + from aclocal.m4 and call autoconf and configure. If you do not understand + this; }; } ;; *)