From owner-freebsd-questions Sun Jun 25 21:27:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by hub.freebsd.org (Postfix) with ESMTP id E1EC437B6E2 for ; Sun, 25 Jun 2000 21:27:55 -0700 (PDT) (envelope-from esopher@vicor-nb.com) Received: by mail.vicor-nb.com (Postfix, from userid 1051) id EABF097E01; Sun, 25 Jun 2000 21:27:53 -0700 (PDT) Date: Sun, 25 Jun 2000 21:27:53 -0700 From: Eric Sopher To: freebsd-questions@freebsd.org Subject: makefile errors looking for libqt.a Message-ID: <20000625212753.A51416@bigwoop.vicor-nb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to build "toolbox"--a utility for Blackbox. I'm using newer source so I'm not using the ports tree for this. (Doin' it the hard way.) ;-) Anyway, it keeps bombing-out during make with the following error... /bin/sh ../libtool --silent --mode=link g++ -O2 -s -o toolbox -L/usr/X11R6/lib font.o color.o uibox.o menu.o tree.o style.o toolbox.o -lqt -lXext -lX11 /usr/libexec/elf/ld: cannot open -lqt: No such file or directory *** Error code 1 From what I understand (or misunderstand?), "-lqt" tells `ld` to look for "libqt.a". I looked in /usr/X11R6/lib/ and I sure do NOT have a libqt.a. I've got a couple of libqt2.so's and a libqxt.a, but no libqt.a. Is it strange to have a libqt2.so and libqt2.a? I have the qt-2.1.1 package, btw. So, my question is: how/where to I build/get a "libqt.a" (libqt2.a?) ? Any ideas would be greatly appreciated. -Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message