search for: cestari

Displaying 2 results from an estimated 2 matches for "cestari".

2014 May 01
2
[LLVMdev] [ exception_ptr ] libcxx doesn't cope well with libcxxabi under linux
...posed to fill the voids ? In other words why I should user libc++ under linux and what are the benefits ? I should go for libstdc++ and libsupc++ ? Il Giovedì 1 Maggio 2014 3:49, Jonathan Roelofs <jonathan at codesourcery.com> ha scritto: +cfe-dev Emanuele, On 4/30/14, 6:07 PM, Emanuele Cestari wrote: > Hi, > I'm under Ubuntu 13.10 amd64 I just compiled both my libcxx and my libcxxabi. > > I noticed this really weird behaviour, while trying to compile some > C++11-compliant piece of code I get this error at runtime > > exception_ptr not yet implemented > Aborte...
2014 May 01
2
[LLVMdev] [ exception_ptr ] libcxx doesn't cope well with libcxxabi under linux
Hi, I'm under Ubuntu 13.10 amd64 I just compiled both my libcxx and my libcxxabi. I noticed this really weird behaviour, while trying to compile some C++11-compliant piece of code I get this error at runtime exception_ptr not yet implemented Aborted (core dumped) Now my experience tells me that this is something that can easily be related to the ABI, so I go to the official libcxxabi