]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Hm, didn't work as expected. Fix another place anyway.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Nov 1999 14:55:49 +0000 (14:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Nov 1999 14:55:49 +0000 (14:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@1934 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options

index e0d14ba587b653d2518f744d4c08228bfe7b9891..acc16a4bfb174c3fc9301ffb9a5fe10002787bcd 100644 (file)
@@ -28,17 +28,11 @@ CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \
 # DEAL_II_USE_MT=true
 
 ifeq ($(DEAL_II_USE_MT),true)
-               # 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)
+  INCLUDE    += -I $(ACE_ROOT)
   CXXFLAGS.g += -DDEAL_II_USE_MT
   CXXFLAGS.o += -DDEAL_II_USE_MT
 
-  user_libs  += $(ACE_ROOT)/ace/libACE.so
+  user-libs  += $(ACE_ROOT)/ace/libACE.so
 endif
 
 %.go : %.cc #Makefile

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.