> On GNU/Linux, you need to use -pthread or -D_REENTRANT at compilation > time, and you need to use -pthread or -lpthread at link time.
? gcc mailing list certainly worth reading for users. I always thought that -lpthread at link time is enough. Alexey