Re: Building in a different directory

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Ian Lance Taylor <ian(at)airs(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Building in a different directory
Date: 2000-10-28 14:24:19
Message-ID: Pine.LNX.4.21.0010281609070.763-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Ian Lance Taylor writes:

> I normally prefer to build packages in directory other than the source
> directory.

This is supported by the development branch since last week.

> For that matter, is there any interest in converting Postgres to use
> automake?

The last time we thought about this we quickly rejected it. A couple of
reasons:

* We don't want to sit and wait for config.status to finish writing its
200+ Makefile's, when we can get away with writing two or three and have
the rest include them.

* Automake requires using libtool, and libtool doesn't satisfy our needs
yet.

* Automake doesn't handle building Perl, Python, Tcl, Java code very well.

* Automake doesn't handle our documentation format.

* Automake is in many ways too insistent on the GNU standards for our
taste.

I don't see what it would buy us at this point.

> Is this the right mailing list to discuss this issue?

Generally, we discuss development on pgsql-hackers.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ian Lance Taylor 2000-10-28 14:27:24 Re: Building in a different directory
Previous Message Warren Vanichuk 2000-10-27 22:21:52 Re: disable auto-commit