[EMAIL PROTECTED] (Joerg Walter) writes:

| ----- 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.

On the other hand if your native compiler is GCC and your system was
not configured with that setting, then you may get into trouble --
since you'll be mixing translation units with different ABIs.

-- Gabby
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to