File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The following prerequisites exist for building PostgreSQL:
58
58
pre-generated output files are included in released packages. You will
59
59
need these programs only when building from a CVS tree or if you
60
60
changed the actual scanner and parser definition files. If you need
61
- them, be sure to get Flex 2.5.4 or later and Bison 1.28 or later. Other
61
+ them, be sure to get Flex 2.5.4 or later and Bison 1.50 or later. Other
62
62
yacc programs can sometimes be used, but doing so requires extra effort
63
63
and is not recommended. Other lex programs will definitely not work.
64
64
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
3
3
HP-UX Specific
4
4
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5
5
=======================================================
6
- last updated: $Date: 2001/04/30 23:55:26 $
6
+ last updated: $Date: 2002/10/22 13:46:59 $
7
7
8
8
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
9
9
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -87,7 +87,7 @@ The CVS server does not store prebuilt yacc output files.
87
87
1.4) Linking the main postgres executable fails, complaining that
88
88
there's no "alloca" function.
89
89
90
- You're using an old version of GNU bison. Update to 1.28 or later,
90
+ You're using an old version of GNU bison. Update to 1.50 or later,
91
91
and re-make the bison output files. Or build with gcc, or update to
92
92
HPUX 10, either of which will provide support for alloca.
93
93
Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.84 2002/10/20 01:38:18 tgl Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.85 2002/10/22 13:46:59 tgl Exp $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -286,7 +286,7 @@ JAVACMD=$JAVA_HOME/bin/java
286
286
are needed to build a CVS checkout or if you changed the actual
287
287
scanner and parser definition files. If you need them, be sure
288
288
to get <application>Flex</> 2.5.4 or later and
289
- <application>Bison</> 1.28 or later. Other <application>yacc</>
289
+ <application>Bison</> 1.50 or later. Other <application>yacc</>
290
290
programs can sometimes be used, but doing so requires extra
291
291
effort and is not recommended. Other <application>lex</>
292
292
programs will definitely not work.
You can’t perform that action at this time.
0 commit comments