From owner-freebsd-questions Mon Feb 17 23: 6:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA7637B405 for ; Mon, 17 Feb 2003 23:06:23 -0800 (PST) Received: from wired.hub.org (u173n221.eastlink.ca [24.224.173.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356F543F75 for ; Mon, 17 Feb 2003 23:06:22 -0800 (PST) (envelope-from excalibur@hub.org) Received: from localhost (excalibur@localhost) by wired.hub.org (8.11.6/8.11.6) with ESMTP id g78ETLj19231 for ; Thu, 8 Aug 2002 11:29:21 -0300 (ADT) (envelope-from excalibur@hub.org) X-Authentication-Warning: wired.hub.org: excalibur owned process doing -bs Date: Thu, 8 Aug 2002 11:29:21 -0300 (ADT) From: Chris Bowlby To: Subject: Lex error? Message-ID: <20020808112726.I783-100000@wired.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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