From owner-freebsd-questions Mon Jan 28 12:57:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 99A9337B400 for ; Mon, 28 Jan 2002 12:57:16 -0800 (PST) Received: (qmail 11209 invoked by uid 0); 28 Jan 2002 20:57:10 -0000 Received: from dialin-145-254-112-071.arcor-ip.net (HELO gmx.net) (145.254.112.71) by mail.gmx.net (mp011-rz3) with SMTP; 28 Jan 2002 20:57:10 -0000 Message-ID: <3C55BA6C.1020106@gmx.net> Date: Mon, 28 Jan 2002 21:54:04 +0100 From: mibu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: qt Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Since three months I began much interested with FreeBSD. In this time I've made many installations (a lot of these are FeeBSD installations - learning by doing and your own mistakes), I've gained so my experiences, but now I'm sitting here and have a problem with qt. The problem is that I cannot install qt over ports without onstallation abort caused by a undefined reference (three times) in libGL.so.14 when make tries to build qtdesigner. After that I ran cvsup, to update the ports, in vain. So I've tried to install qt-2.3.1 in usr/local like trolltech's installation guide means. But I got the same error mesages: undefined refrence in libGL.so.14 pthread_get_specific undefined refrence in libGL.so.14 pthread_set_keycode undefined refrence in libGL.so.14 pthread_set_specific. So I thought, to make qt-files without the installation of qtdesigner but I got the same messages again. Then I commented out the line which points on this libGL in the tmake config file ( a first cry for help brought me this information over e-mail)but then I have problems with png and other libraries. Now I'd like to know how to install qt (directory, PATH-settings and so on) to get it work right. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message