Date: Sat, 15 Mar 2008 15:56:53 +0100 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Leslie Jensen <leslie@eskk.nu> Subject: Re: Compile error, kde related? Message-ID: <200803151556.53784.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <47DB9115.1020208@eskk.nu> References: <47D7E889.8070100@eskk.nu> <200803141208.57610.fbsd.questions@rachie.is-a-geek.net> <47DB9115.1020208@eskk.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 15 March 2008 10:04:21 Leslie Jensen wrote: > > There's your problem. I don't see a libpthread or better on 7.x a > > libthr.so linked in: > > > > libthr.so.3 => /lib/libthr.so.3 (0x38b55000) > > > > is what it shows on my 7.x system. > > > > So the question is, why isn't qt built with thread support. I don't see > > how that's possible with the current ports makefile. > > Do you have a file /lib/libthr.so*? > > Yes I do. > > bsdpc01# find /lib | grep "libthr.so" > /lib/libthr.so.3 > > So what do you suggest I do now? > portupgrade -Rf x11-toolkits/qt33 If uic still does not show linked to libthr, I have no clue what causes that on your system. I'd inspect /etc/libmap.conf, /etc/make.conf, the config.log for qt33 and the final link command that produces the uic binary. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803151556.53784.fbsd.questions>