cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations tar/TSVTX.c -o tar/TSVTX -D_POSIX_C_SOURCE=202405L -lm -lpthread -lnetwork -lbsd -latomic tar/TSVTX.c:2:18: error: 'TSVTX' undeclared here (not in a function) 2 | int const foo = TSVTX; | ^~~~~