Tom Tromey wrote: > lso mysterious to me is why the strerror module would have this impact. > That is, with strerror, the gnulib unistd.h requires me to import the > gethostname module. Without strerror, it works fine.
Perhaps because strerror depends on strerror-override which uses gl_PREREQ_SYS_H_WINSOCK2 and winsock2.h declares gethostname which needs to get fixed?