----- Original Message ----- From: "Gabriel Dos Reis" <[EMAIL PROTECTED]> To: "Boost mailing list" <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 3:55 AM Subject: Re: [boost] Compiler status for GCC 3.3
> Beman Dawes <[EMAIL PROTECTED]> writes: > > > [...] > > | But some of the problems are clearly GCC bugs. For example, all the > | ublas tests are failing with this message: > | > | ...error: due to a defect in the G++ 3.2 ABI, G++ has assigned the > | same mangled name to two different types... > > :-( > > Indeed, a bug report in in order. I'm not sure about this. Paul C. Leopardi and Guillaume Melquiond already reported the issue, Paul also analyzed it here http://groups.yahoo.com/group/ublas-dev/message/676 In essence: setting -fabi-version=0 should solve the problem. It's now more of a boost.build problem to support different configurations for GCC versions prior to 3.3 and 3.3 (because -fabi-version is a new flag ;-(. FWIW I believe to have seen a more serious regression in GCC 3.3 and filed bug report #11198: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11198 Thanks, Joerg _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost