From: wolf Date: Tue, 23 Nov 1999 14:47:52 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e387ef083ab377c96ad1f80dd632dd3bb98df571;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@1933 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index ebdf6483de..e0d14ba587 100644 --- a/deal.II/common/Make.global_options +++ b/deal.II/common/Make.global_options @@ -28,7 +28,13 @@ CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \ # DEAL_II_USE_MT=true ifeq ($(DEAL_II_USE_MT),true) - INCLUDE += -I $(ACE_ROOT) + # at least on SUN, ACE includes the wrong files + # sometimes and we get warnings about undefined + # functions. we suppress them by telling gcc + # (by -i instead of -I) that the ACE files are + # 'system' headers and shall thus not be examined + # too closely + INCLUDE += -i$(ACE_ROOT) CXXFLAGS.g += -DDEAL_II_USE_MT CXXFLAGS.o += -DDEAL_II_USE_MT