Date: Thu, 8 Aug 2002 11:29:21 -0300 (ADT) From: Chris Bowlby <excalibur@hub.org> To: <freebsd-questions@freebsd.org> Subject: Lex error? Message-ID: <20020808112726.I783-100000@wired.hub.org>
next in thread | raw e-mail | index | archive | help
Hi All, I'm attempting to do a make build world on my FreeBSD box, but I keep getting this error each time: cc -O -pipe -g -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -D__FBSDID=__RCSID -c scan.c /usr/src/usr.bin/colldef/scan.l:638: warning: `yyunput' defined but not used cc -O -pipe -g -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -D__FBSDID=__RCSID -static -o colldef parse.o scan.o -ll /usr/libexec/elf/ld: cannot find -ll *** Error code 1 Stop in /usr/src/usr.bin/colldef. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. and as a result I can not complete the build... I've got yacc and bison both installed and I think it's a lex related error, but I'm not 100% certain of that... I have 7 other FreeBSD box's that work fine when doing a build world and a quick comparison of them to this one failed to show anything different... can someone point out what I might be missing? Chris Bowlby, ----------------------------------------------------- Manager of Information and Technology. excalibur@hub.org www.hub.org 1-902-542-3657 ----------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020808112726.I783-100000>