2 Sep
2010
2 Sep
'10
6:53 p.m.
On Thu, 2010-09-02 at 01:13 +0100, interfaSys sàrl wrote:
I wonder why it's even trying to use pthreads .. Dovecot doesn't use threads. Maybe that's the problem, it's linking wrong libraries.
Probably because I used the CFLAGS for OpenMP. But even if I don't use CFLAGS, I get a segfault. Could it be because some libraries are using it? .. #8 0x00000008004e015e in _init () from /usr/local/lib/gcc45/libgomp.so.1
Looks like libgomp, which is OpenMP. So it's still using it even when you haven't enabled it with CFLAGS?