clang -O2 -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations float/DBL_TRUE_MIN.c -o float/DBL_TRUE_MIN -D_POSIX_C_SOURCE=202405L -lm -lintl float/DBL_TRUE_MIN.c:3:2: error: "DBL_TRUE_MIN is not defined" #error "DBL_TRUE_MIN is not defined" ^ 1 error generated.