From 2aed6f022eba8ba9548564ea98ad67e285552473 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 8 Feb 2001 01:35:55 +0000 Subject: [PATCH] rational.hpp (used in comprehensive.cpp) requires -ftemplate-depth-21 [SVN r9020] --- build/Makefile.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.gcc b/build/Makefile.gcc index fa5b9f65..950bfbc1 100644 --- a/build/Makefile.gcc +++ b/build/Makefile.gcc @@ -27,7 +27,7 @@ PYINC= -I/usr/local/Python-1.5.2/include/python1.5 #STLPORTOPTS= -D__NO_USE_STD_IOSTREAM -D__STL_NO_SGI_IOSTREAMS #STLPORTINC= -I/net/cci/xp/C++_C_headers -STDOPTS= +STDOPTS= -ftemplate-depth-21 WARNOPTS= CPP= g++