Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id IAA20415 for postgres-dist; Sun, 3 Apr 1994 08:59:16 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199404031559.IAA20415@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from afterlife.ncsc.mil (afterlife.ncsc.mil [144.51.1.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id IAA20406 for <postgres@nobozo.CS.Berkeley.EDU>; Sun, 3 Apr 1994 08:59:15 -0700
Received: (from jsrobin@localhost) by afterlife.ncsc.mil (8.6.8.1/8.6.6) id LAA00277; Sun, 3 Apr 1994 11:58:12 -0400
Date: Sun, 3 Apr 1994 11:58:12 -0400
From: "John S. Robinson" <jsrobin@afterlife.ncsc.mil>
Message-Id: <199404031558.LAA00277@afterlife.ncsc.mil>
To: aoki@postgres.Berkeley.EDU
CC: postgres@postgres.Berkeley.EDU
In-reply-to: <199404021008.CAA02860@faerie.CS.Berkeley.EDU> (aoki@postgres.Berkeley.EDU)
Subject: Re: postgres 4.2beta available
Reply-to: jsrobin@afterlife.ncsc.mil
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Sun, 03 Apr 94 08:59:15 -0700
Resent-XMts: smtp

I have been attempting to build postgress on linux 0.99pl12 .

I have noticed that there are some symbols that are globally undefined
	but are not declared as extern. Some examples are yypvt in
	"src/backend/parser/gram.y", and yyvsp. I suspect that these are
	defined in some variant of the libl.a libraries. I have noticed
	that they are not defined in the SunOS version of libl.a . Where
	can I get a copy of a yacc/lex environment that defines these
	variables, or am I on the wrong track here.
