Re: AIX5.2 compile for PG 8.0.2. -- novice installer - Mailing list pgsql-ports

From Tom Lane
Subject Re: AIX5.2 compile for PG 8.0.2. -- novice installer
Date
Msg-id 29060.1115441214@sss.pgh.pa.us
Whole thread Raw
In response to Re: AIX5.2 compile for PG 8.0.2. -- novice installer  (Christopher Browne <cbbrowne@acm.org>)
List pgsql-ports
Christopher Browne <cbbrowne@acm.org> writes:
> It may be handy for you to know what sorts of things we have found
> useful to compile and install in addition to PostgreSQL on AIX:

> 1. GNU readline 5.0
> 2. zlib 1.2.1
> 3. GNU Make 3.8.0
> 4. m4 1.4
> 5. GNU flex 2.5.4
> 6. GNU Bison 1.875

You definitely do need GNU make if you are going to compile Postgres,
and you want to have readline and zlib if you want to build fully
functional psql and pg_dump/pg_restore (respectively).

In theory you should not need m4, flex, or bison to build Postgres
from a distribution tarball (though you likely will need them to build
from a CVS pull).  A tarball should include all the derived files that
you'd otherwise need these programs to build.  If you've found otherwise
please let us know ...

            regards, tom lane

pgsql-ports by date:

Previous
From: Christopher Browne
Date:
Subject: Re: AIX5.2 compile for PG 8.0.2. -- novice installer
Next
From: Tom Lane
Date:
Subject: Re: Cross Compile to general PPC target from a Intel Based Linux mach ine