Closed SchrodingerZhu closed 2 years ago
Looks like it can't find atexit
, which we use to remove the libstc++
requirement. Which C
runtime is being linked in?
Alternatively, using -DSNMALLOC_CLEANUP=CXX11_DESTRUCTORS
will not use atexit
. But requires the C++ runtime to be linked.
I found sth interesting: https://stackoverflow.com/questions/43825971/call-atexit-when-linking-to-libc-dynamically-on-linux
what happened to github actions
I cannot reproduce the error for ubuntu at my local minimal 20.04 docker.
@mjp41 ubuntu really packages libc badly...
@mjp41 local build passed.