Comment # 15 on bug 935533 from
(In reply to Richard Biener from comment #14)
> (In reply to Ismail Donmez from comment #13)
> > Though btw, one workaround would be utilizing libc++ via -stdlib=libc++ (You
> > might have to add -lc++abi to LDFLAGS manually).
> 
> Not sure if that helps when boost was built with GCC - you'll end up linking
> with two C++ libraries and likely break inter-operability that way.

True, for this to work boost should be compiled with libc++ too. Btw, shouldn't
everything work fine when everything is built with gcc5. Like our llvm package
is built with clang ( which is compiled with gcc5 in stage1 ) and it seems to
work fine.

I thought only problem would happen when mixing gcc4 and gcc5 together.


You are receiving this mail because: