From owner-freebsd-hackers Mon Jan 8 11:10:27 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA28402 for hackers-outgoing; Mon, 8 Jan 1996 11:10:27 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA28395 for ; Mon, 8 Jan 1996 11:10:17 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id MAA11083; Mon, 8 Jan 1996 12:12:43 -0700 Date: Mon, 8 Jan 1996 12:12:43 -0700 From: Nate Williams Message-Id: <199601081912.MAA11083@rocky.sri.MT.net> To: Tom Samplonius Cc: hackers@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/yacc Makefile In-Reply-To: References: <199601081615.JAA10690@rocky.sri.MT.net> Sender: owner-hackers@FreeBSD.ORG Precedence: bulk [ Moved the discussion to -hackers ] > Also, is our lex and yacc identical to flex and byacc? I know some > stuff rely on the GNU versions (ex. Postgres95), and don't work with the > FreeBSD ones. They are as exact as can be. Also, there isn't a 'GNU' versions of Berkeley yacc, although there is GNU bison. And, flex is the only freely available 'lex' package around, so it's got to be the correct program. But, it may be the wrong versions (newer or older) than what PostGres expects. Nate