From owner-freebsd-current Wed May 22 0: 1: 4 2002 Delivered-To: freebsd-current@freebsd.org Received: from maila.telia.com (maila.telia.com [194.22.194.231]) by hub.freebsd.org (Postfix) with ESMTP id 5FA4737B40D for ; Wed, 22 May 2002 00:00:55 -0700 (PDT) Received: from veidit.net (h54n1fls35o1000.telia.com [217.210.234.54]) by maila.telia.com (8.11.6/8.11.6) with ESMTP id g4M70r619469 for ; Wed, 22 May 2002 09:00:53 +0200 (CEST) Message-ID: <3CEB4222.4080202@veidit.net> Date: Wed, 22 May 2002 09:00:50 +0200 From: John Angelmo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc2) Gecko/20020513 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@FreeBSD.ORG Subject: Re: /usr/src/usr.sbin/pcvt/kcon References: <3CEACC45.4030604@veidit.net> <20020521174242.C45998@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David O'Brien wrote: > On Wed, May 22, 2002 at 12:37:57AM +0200, John Angelmo wrote: > >>su-2.05a# make >>cc -O -pipe -march=pentiumpro -I/usr/src/usr.sbin/pcvt/kcon/../keycap >>-DKEYB_DEVICE=\"/dev/ttyv0\" -o kcon kcon.o -lkeycap >>/usr/libexec/elf/ld: cannot find -lkeycap >>collect2: ld returned 1 exit status >>*** Error code 1 > > > It would be nice to see a `cd' or `pwd' here so we can fully know what > you are doing. I will assume you are in the /usr/src/usr.sbin/pcvt > directory before you typed `make'. Warning, you cannot build all things > in /usr/src in isolation. However you should have a > /usr/lib/libkeycap.a, which would allow you to build this. > > You really need tell us more about what you are doing, and what your > system is (`uname -a'). > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message Ah sorry I thought it was so clear that it was /usr/src/usr.sbin/pcvt/kcon :) Well there it broke when I did make world so I went there trying to isolate stuff /usr/lib/libkeycap is there FreeBSD Amnesiac 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue May 21 19:37:38 CEST 2002 root@Amnesiac:/usr/obj/usr/src/sys/Linn i386 Well here is the thing, I just updated before gcc 3.1, everything worked fine, last night I felt like gcc 3.1 was ready for my system, So I did: make buildworld make buildkernel KERNCONF=Linn make installkernel KERNCONF=Linn mergemaster -v drop to single make installworld well no biggie there, but after reboot I got a strange dmesg (need to reboot to get it again) so I found out that not everything was build in /usr/src/usr.sbin and some other stuff. Right now I'm trying to do a new make buildworld and hope it works this time. and that my wi0 card will work one again :) /John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message