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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message