Date: Wed, 13 Feb 2002 20:55:49 +0100 From: Ben Stroeken <ben.stroeken@home.nl> To: Ben Stroeken <ben.stroeken@home.nl>, "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>, freebsd-ports@FreeBSD.ORG Subject: Re: KDevelop Message-ID: <3C6AC4C5.90BFBB94@home.nl> References: <3C66C3CB.C5707303@home.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C6AC4C5.90BFBB94>