Date: Thu, 3 Sep 1998 17:57:29 +0800 (CST) From: Spencer Chan <spencer@gateway.com.hk> To: freebsd-stable@FreeBSD.ORG Subject: yacc error Message-ID: <Pine.BSF.4.01.9809031753270.12585-100000@www.opencreative.com>
next in thread | raw e-mail | index | archive | help
Hi there, After cvsup -stable to 2.2.5-RELEASE source tree, make world stops complaining the followings : ... install -c -s -o bin -g bin -m 555 ar /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/usr.bin/ar created for /usr/src/usr.bin/ar cd /usr/src/usr.bin/compile_et && /usr/obj/usr/src/tmp/usr/bin/make depend && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE -B install cleandir obj lex -l -t /usr/src/usr.bin/compile_et/et_lex.lex.l > et_lex.lex.c yacc -d -o error_table.c /usr/src/usr.bin/compile_et/error_table.y usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. But my yacc do not have the -o option, any help? Regards, Spencer CHAN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9809031753270.12585-100000>