> > I'm trying to compile the jikes compiler and I get an internal error when I > do. Has anyone else seen this with 7.1? I'd compiled it on 7.0 with no > problem. > > In file included from system.cpp:12: > tuple.h: In method `void Tuple<Tuple<AstExpression *> >::AllocateMoreSpace()': > tuple.h:195: instantiated from `Tuple<Tuple<AstExpression *> >::NextIndex()' > tuple.h:209: instantiated from `Tuple<Tuple<AstExpression *> >::Next()' > semantic.h:186: instantiated from here > tuple.h:95: Internal compiler error. > tuple.h:95: Please submit a full bug report. > tuple.h:95: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for >instructions. > > Before I file a bug report, I'd like to know if others have seen this > behaviour before. Templates have always been a pain for all C++ compilers... You may want to try the most recent development versions of g++, which you'll find on Cooker. You can find your closest Cooker mirror after the list you'll find here : http://www.linux-mandrake.com/en/cookerdevel.php3 The latest gcc version is 2.96, and should work fine. Should you have any further problems on that point, don't hesitate to keep me posted. Best regards, Fabrice -- Fabrice Medio MandrakeSoft Professional Services <[EMAIL PROTECTED]>
Keep in touch with http://mandrakeforum.com: Subscribe the "[EMAIL PROTECTED]" mailing list.
