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