cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations limits/PAGE_SIZE.c -o limits/PAGE_SIZE -D_POSIX_C_SOURCE=202405L -lm -lpthread limits/PAGE_SIZE.c:10:2: error: "PAGE_SIZE is not defined" #error "PAGE_SIZE is not defined" ^ 1 error generated.