pre-generated output files are included in released packages. You will
need these programs only when building from a CVS tree or if you
changed the actual scanner and parser definition files. If you need
- them, be sure to get Flex 2.5.4 or later and Bison 1.28 or later. Other
+ them, be sure to get Flex 2.5.4 or later and Bison 1.50 or later. Other
yacc programs can sometimes be used, but doing so requires extra effort
and is not recommended. Other lex programs will definitely not work.
HP-UX Specific
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
=======================================================
-last updated: $Date: 2001/04/30 23:55:26 $
+last updated: $Date: 2002/10/22 13:46:59 $
1.4) Linking the main postgres executable fails, complaining that
there's no "alloca" function.
-You're using an old version of GNU bison. Update to 1.28 or later,
+You're using an old version of GNU bison. Update to 1.50 or later,
and re-make the bison output files. Or build with gcc, or update to
HPUX 10, either of which will provide support for alloca.
-
+
PostgreSQL>]]>
are needed to build a CVS checkout or if you changed the actual
scanner and parser definition files. If you need them, be sure
to get
Flex> 2.5.4 or later and
-
Bison> 1.28 or later. Other yacc>
+
Bison> 1.50 or later. Other yacc>
programs can sometimes be used, but doing so requires extra
effort and is not recommended. Other
lex>
programs will definitely not work.