Determining if the strtod_l exist failed with the following output: Change Dir: /tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_86a50/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_86a50.dir/build.make CMakeFiles/cmTC_86a50.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_86a50.dir/CheckSymbolExists.cxx.o /tmp/instance-0/output-1/per-package/fmt/host/bin/powerpc-linux-g++ --sysroot=/tmp/instance-0/output-1/per-package/fmt/host/powerpc-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -static -DNDEBUG -std=gnu++11 -o CMakeFiles/cmTC_86a50.dir/CheckSymbolExists.cxx.o -c /tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'strtod_l' was not declared in this scope; did you mean 'strtoull'? 8 | return ((int*)(&strtod_l))[argc]; | ^~~~~~~~ | strtoull make[2]: *** [CMakeFiles/cmTC_86a50.dir/build.make:69: CMakeFiles/cmTC_86a50.dir/CheckSymbolExists.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_86a50/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp' File /tmp/instance-0/output-1/build/fmt-8.0.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef strtod_l return ((int*)(&strtod_l))[argc]; #else (void)argc; return 0; #endif }