Supporting musl libc

Wyatt via Digitalmars-d digitalmars-d at puremagic.com
Tue May 17 06:42:05 PDT 2016


On Tuesday, 17 May 2016 at 08:51:01 UTC, Jacob Carlborg wrote:
>
> The issue is that musl doesn't support the functions defined by 
> execinfo.h: backtrace, backtrace_symbols_fd and 
> backtrace_symbols, since these are glibc extensions.

It's worth noting that musl does support a lot of GNU-isms, but 
the debug stuff is probably not on the table.  Here's some 
background on that from Rich Felker himself:

http://www.openwall.com/lists/musl/2015/04/09/3

-Wyatt


More information about the Digitalmars-d mailing list