From owner-freebsd-current Tue May 21 17:42:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A869037B409 for ; Tue, 21 May 2002 17:42:44 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4M0ghJn046150; Tue, 21 May 2002 17:42:43 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4M0ggNg046149; Tue, 21 May 2002 17:42:42 -0700 (PDT) Date: Tue, 21 May 2002 17:42:42 -0700 From: "David O'Brien" To: John Angelmo Cc: current@FreeBSD.ORG Subject: Re: /usr/src/usr.sbin/pcvt/kcon Message-ID: <20020521174242.C45998@dragon.nuxi.com> Reply-To: current@FreeBSD.ORG Mail-Followup-To: David O'Brien , John Angelmo , current@FreeBSD.ORG References: <3CEACC45.4030604@veidit.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CEACC45.4030604@veidit.net>; from john@veidit.net on Wed, May 22, 2002 at 12:37:57AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 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