Re: gcc, very high template-depth

2005-10-13 Thread Larry Hall (Cygwin)
On 10/13/2005, Oliver Wienand wrote: I think the problem is, that polymake uses templates very heavy and compiles with --ftemplate-depth-200. I think you're right. The 'gcc' man pages says this about --ftemplate-depth: -ftemplate-depth-n Set the maximum instantiation depth

gcc, very high template-depth

2005-10-13 Thread Oliver Wienand
Hello, I try to compile polymake on cygwin. Compiling works fine as long as cc1plus does not occupy more memory than I have RAM (ca. 750 MB) on my machine. After this it gets of course really slow. I think the problem is, that polymake uses templates very heavy and compiles with --ftemplate