On Fri, May 23, 2008 at 1:03 AM, Jacob Meuser <[EMAIL PROTECTED]> wrote: > I thought we didn't link libpthread to libraries. that's part of > the difference between linking with -pthread vs -lpthread, right?
Hmm, that is indeed the difference between those. I have a sinking suspicion that this is because something in libpthread doesn't work quite right if it's not a direct dependency of the executable, say, the overrides for read/write/etc. Blech. That suggests that only the LD_PRELOAD hack will be a reliable workaround. If this is indeed the case, my apologies to the ports people for suggesting they didn't build libqt-mt correctly. The long-term fix is for the taskjuggler port to patch its linking to include -pthread. Philip Guenther