From owner-freebsd-stable Thu Sep 3 02:58:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20976 for freebsd-stable-outgoing; Thu, 3 Sep 1998 02:58:36 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from www.opencreative.com ([202.77.224.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20971 for ; Thu, 3 Sep 1998 02:58:34 -0700 (PDT) (envelope-from spencer@gateway.com.hk) Received: from localhost (spencer@localhost) by www.opencreative.com (8.8.8/8.8.8) with SMTP id RAA12602 for ; Thu, 3 Sep 1998 17:57:30 +0800 (CST) Date: Thu, 3 Sep 1998 17:57:29 +0800 (CST) From: Spencer Chan X-Sender: spencer@www.opencreative.com To: freebsd-stable@FreeBSD.ORG Subject: yacc error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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