On Fri, Aug 09, 2002 at 10:22:50PM +0900, Rob Lahaye wrote: > Forwarded that to FreeBSD qt3 package maintainers. This is the response of > one of them: > Quote: "As far as I know, and certainly on my FreeBSD computers, the library > is named libqt-mt.so. It's compiled as a multithreaded library, > which > is why the -mt is appended.
Yup. > libqui.so is another library, used by Designer, uic and friends, and > is not the core qt library." Ah, never heard of it before. I understood you as saying this was the name of the qt library on freeBsd. That's much saner then. > This certainly needs more tweeking, since then the compilation on FreeBSD > with qt3 > needs specific compiler options: -pthread -D_THREAD_SAFE. And instead of > linking > with -lc, it should be -lc_r ! Exactly. We don't want all this stuff. Seeing as I only loook for libqt.so not qt-mt, I'm a bit lost as to how you managed to end up linking against the mt version regards john (desparately trying to avoid touching qt2.m4) -- "It is unbecoming for young men to utter maxims." - Aristotle