# Pastebin mLbLyfZk Saw this: /usr/bin/gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c _configtest.c -o _configtest.o _configtest.c:1:1: error: thread-local storage is unsupported for the current target __thread int some_threadlocal_variable_42; ^ 1 error generated. failure. removing: _configtest.c _configtest.o Note: will not use '__thread' in the C code The above error message can be safely ignored