Riccardo Mottola<riccardo.mottola%libero.it@localhost> writes:
since many years GNUMail (GNUstep mail reader) is broken on NetBSD.
As soon as the program tries to connect to the mail server it aborts with:
_res is not supported for multi-threaded programs.
[3] Abort trap (core dumped) GNUMail
However, GNUMail is explicitely single-threaded. I think it is a
limitation of NetBSD - the same code works on most operating system I
know and I have tried on, Linux and Solaris and other BSD variants
including FreeBSD and NetBSD.
There's a difference between a program compiled without thread support
and a program compiled with thread support that only uses one thread.