John Levon wrote:
> 
> 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.

Yes, I was wrong. That info was also new to me.
Somehow, though, I managed to produce an executble that does not crash!


> 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

by having following in /usr/X11R6/lib:

  libqt-mt.so -> libqt-mt.so.3.0.5
  libqt-mt.so.3 -> libqt-mt.so.3.0.5
  libqt-mt.so.3.0 -> libqt-mt.so.3.0.5
  libqt-mt.so.3.0.5
  libqt.so.3 -> libqt-mt.so
  libqt.so -> libqt.so.3

The last two have I done manually (they do not come with the qt3 package!).

I'm afraid, all that pthread stuff is necessary on FreeBSD when the library is 
threaded.

Rob.

Reply via email to