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 for template classes to n. A limit on the template instantiation depth is needed to detect end- less recursions during template class instantiation. ANSI/ISO C++ conforming programs must not rely on a maximum depth greater than 17. This leads me to conclude that polymake is not portable. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/