From owner-freebsd-current Tue Oct 6 01:07:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28111 for freebsd-current-outgoing; Tue, 6 Oct 1998 01:07:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28103 for ; Tue, 6 Oct 1998 01:07:32 -0700 (PDT) (envelope-from croot@btp1da.phy.uni-bayreuth.de) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.7.3) id KAA16918; Tue, 6 Oct 1998 10:06:11 +0200 (MEST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 06 Oct 1998 10:06:10 +0200 (MEST) Organization: university of bayreuth From: Werner Griessl To: Scott Wilson Subject: RE: qt-1.40 hosed? Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 06-Oct-98 Scott Wilson wrote: > > I just cvsupped and did the make world thing recompiles the kernel > rebooted, etc. That all went really smooth. Good job guys. > > I'm running 3.0 current a.out on a pent pro 200 single processor. > > 2940 UW. Cam is working fine, although things seem slower. > > I cd'd to /usr/ports/x11/kde and did a > > make install clean > > and this is what happened: > > ld: /usr/lib/c++rt0.o: No such file or directory > mv: rename libqt.so.1.40 to ../lib/libqt.so.1.40: No such file o > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt140/work/ > cd tutorial; gmake > gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt140/work > l' > cd t1; gmake > gmake[2]: Entering directory `/usr/ports/x11-toolkits/qt140/work > l/t1' > g++ -L/usr/ports/x11-toolkits/qt140/work/qt-1.40/lib -L/usr/X11R > n.o -lqt -lX11 > ld: -lqt: no match > gmake[2]: *** [t1] Error 1 > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt140/work/ > /t1' > gmake[1]: *** [t1] Error 2 > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt140/work/ > ' > gmake: *** [tutorial] Error 2 > *** Error code 2 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > > > I tried uninstalling and reinstalling all the relevant stuff, going so far > as to remove the distfiles: > > qt-1.40 > gmake-3.77 > Mesa-3.0 > XFree86-3.3.2 > jpeg-6b > giflib-3.0 > > No dice. After playing with this for about 8 hours, including trying to > modify the MakeFile, I'm stumped. I didn't want to bug the maintainer > because I'm not 100% sure that I'm not doing something stupid, so I > figured I'd bug everyone else. ; ) > > TIA > > Scott Wilson > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message ---------------------------------- Hi Scott, Had the same problem yesterday ! I was only able to build kde with the egcs-port installed. Parts of kde seems to use /usr/local/bin/gcc instead of /usr/bin/cc . Werner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message