From owner-freebsd-questions@FreeBSD.ORG Sat Mar 15 09:04:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4FFE106566C for ; Sat, 15 Mar 2008 09:04:29 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from hawk.thalamus.net (hawk.thalamus.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 556E88FC1A for ; Sat, 15 Mar 2008 09:04:29 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost.thalamus.net [127.0.0.1]) by hawk.thalamus.net (Postfix) with ESMTP id 422471EE819 for ; Sat, 15 Mar 2008 10:04:28 +0100 (CET) X-Virus-Scanned: by amavisd-new at thalamus.net X-Spam-Flag: NO X-Spam-Score: 2.097 X-Spam-Level: ** X-Spam-Status: No, score=2.097 tagged_above=-999 required=4.2 tests=[AWL=-1.172, HELO_LH_HOME=3.169, RDNS_DYNAMIC=0.1] Received: from hawk.thalamus.net ([127.0.0.1]) by localhost (hawk.thalamus.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZGVennyjCsff for ; Sat, 15 Mar 2008 10:04:22 +0100 (CET) Received: from lesbsdpc.homenet.home (c-195-216-040-164.cust.thalamus.net [195.216.40.164]) by hawk.thalamus.net (Postfix) with ESMTP id 021271EE85D for ; Sat, 15 Mar 2008 10:04:21 +0100 (CET) Message-ID: <47DB9115.1020208@eskk.nu> Date: Sat, 15 Mar 2008 10:04:21 +0100 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.12 (X11/20080314) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <47D7E889.8070100@eskk.nu> <200803141039.03096.fbsd.questions@rachie.is-a-geek.net> <47DA48C1.5010306@eskk.nu> <200803141208.57610.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200803141208.57610.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Compile error, kde related? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 09:04:29 -0000 > 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? /Leslie