Error message:
$ cc -w -o vc v.c
v.c:65:10: fatal error: 'execinfo.h' file not found
#include <execinfo.h>
^~~~~~~~~~~~
1 error generated.
The libc on Android doesn't provide execinfo.h
On Android? Now that _is_ interesting!
I've got it to build on android with termux commenting out "#include
Cheers !
Good to know it builds on Android, thanks @mingodad
I'll fix the execinfo.h dependency.
Fixed.
Most helpful comment
Good to know it builds on Android, thanks @mingodad
I'll fix the execinfo.h dependency.