Displaying 2 results from an estimated 2 matches for "emanuelecestari".
2014 May 01
2
[LLVMdev] [ exception_ptr ] libcxx doesn't cope well with libcxxabi under linux
Since the original buildit script doesn't cover my needs I switched to a custom but really similar script, in the meantime I also got the habit
to dig for new flags and support and the __GLIBCXX__ define was hiding
some of this errors. I see that other linux-based operating system offer this kind of support and they even use the same core components of my
GNU/Linux distribution.
You are
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