Re: Compilation of PostgreSQL on Irix
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Devrim GUNDUZ <devrim@gunduz.org>
Cc: bruc@acm.org, pgsql-hackers@postgresql.org
Date: 2003-10-28T19:08:53Z
Lists: pgsql-hackers
Devrim GUNDUZ <devrim@gunduz.org> writes: > On Tue, 28 Oct 2003, Robert E. Bruccoleri wrote: >> You can build the latest release of bison from www.gnu.org >> without any trouble under Irix. > Is it just bison that creates the problem? If you're working from a tarball rather than a CVS pull, you shouldn't actually need an up-to-date bison to build PG, because the bison output files are pregenerated for you. configure will complain that your bison is too old, but you can ignore that and keep going. regards, tom lane