From owner-freebsd-questions Wed Feb 13 11:55:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.home.nl (mail4.home.nl [213.51.129.228]) by hub.freebsd.org (Postfix) with ESMTP id B2D0337B41A; Wed, 13 Feb 2002 11:54:37 -0800 (PST) Received: from home.nl ([217.120.94.15]) by mail4.home.nl (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20020213195520.NWF5772.mail4.home.nl@home.nl>; Wed, 13 Feb 2002 20:55:20 +0100 Message-ID: <3C6AC4C5.90BFBB94@home.nl> Date: Wed, 13 Feb 2002 20:55:49 +0100 From: Ben Stroeken X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ben Stroeken , "freebsd-questions@FreeBSD.ORG" , freebsd-ports@FreeBSD.ORG Subject: Re: KDevelop References: <3C66C3CB.C5707303@home.nl> Content-Type: text/plain; charset=us-ascii 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 After digging into the config.log file the configure script appears to be fail at the following command: /usr/libexec/elf/ld: cannot find -lqt After looking into the man ld, this means that a libqt.a file will be loaded. A locate libqt gives: # locate libqt2 /usr/X11R6/lib/libqt2-mt.so /usr/X11R6/lib/libqt2-mt.so.4 /usr/X11R6/lib/libqt2.so /usr/X11R6/lib/libqt2.so.4 But the pkg_plist of /usr/ports/x11-toolkits/qt23 gives: # more pkg-plist | grep libqt %%SHARED%%lib/libqt2-mt.so %%SHARED%%lib/libqt2-mt.so.4 %%SHARED%%lib/libqt2.so %%SHARED%%lib/libqt2.so.4 %%SHARED%%lib/libqtgl.so %%SHARED%%lib/libqtgl.so.4 %%STATIC%%lib/libqt2.a What's going wrong here? I already updated to qt-2.3.1_1, which still gives the same problem. Ben Stroeken wrote: > Hi, > > I'm wondering, does anyone use KDevelop with FreeBSD R4.5. > In the past I tried it, but was never successfull. > > Now it works, after you install the following ports: > > autoconf-2.52_2 > automake-1.5,1 > > I already had these ports installed but they where not recognised???: > > autoconf213-2.13.000227_1 > automake14-1.4.5 > > But when you select the menu: build -> configure with these parameters: > > --with-qt-dir=/usr/X11R6/lib --prefix=/usr/local/bin > > it still gives the following errors: > > ... > checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not > found. Please check your installation! > For more details about this problem, look at the end of config.log. > *** failed *** > ... > > Does this mean I have to install Qt2.2.2? > Why isn't the installed qt-2.3.1 port not recognised? > I thought the FreeBSD port structure figures out what ports are needed. > > thanks in advance, > > Ben Stroeken > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message