Hi Everyone, I'm working on JAN 202 HURD, fully updated.
Does anyone know what is going on here: configure:8254: checking for sched_setaffinity configure:8254: gcc -o conftest -g -O2 -flto -I. conftest.c -levent >&5 conftest.c:157:1: error: unknown type name 'choke' 157 | choke me | ^~~~~ conftest.c:157:9: error: expected ';' before 'int' 157 | choke me | ^ | ; ...... 160 | int | ~~~ It is not in configure.ac, and it is not in HURD: $ grep -IR choke /usr/include $ By the way, where are the HURD man pages located? Jeff