On 11/20/2013 07:09 AM, Tom Tromey wrote: > However, after some exploration I discovered that I could eliminate the > gethostname error by dropping the strstr and strerror modules.
Thanks, I assume the problem is fixed then, at least for you. I think the gethostname disaster is because we have to include winsock2.h before defining our own gethostname, to avoid clashes with the system gethostname. Or something. (I don't use Windows.)
