On 2013/05/30 16:10, James Turner wrote:
> Attached is a new port for lumail-0.06. Tested on amd64.
> 
> One weird thing, even tho it's using c++ 4.6 it's also linked to base
> stdc++. Is that because libmimetic uses base c++?

yes, exactly, so you have two conflicting c++ standard libraries in the
same address space.

using CLang (where possible) might work around this in the short term.


Reply via email to