Bruce Momjian wrote:
>Woh, as far as I know, any application should run fine with -lpthread,
>threaded or not. What OS are you on? This is the first I have heard of
>this problem.
>
>
Perhaps we should try to figure out how other packages handle
multithreaded/singlethreaded libraries? I'm looking at openssl right
now, and openssl never links against libpthread: The caller is
responsible for registering the locking primitives.
-- Manfred