configure gaps - Mailing list pgsql-hackers

From Andrew Dunstan
Subject configure gaps
Date
Msg-id 4CA76579.4070407@dunslane.net
Whole thread Raw
Responses Re: configure gaps
Re: configure gaps
List pgsql-hackers
While trying to build PostgreSQL 9.0 on a machine where the SA had 
omitted to install a lot of the required packages, I noticed a couple of 
cases where configure passed but the build failed due to missing pieces 
in the toolset.

Specifically, a) when python was installed but python-devel was not, 
configure passed by the compile for python failed quite miserably, and 
b) with gettext installed but not gettext-tools (and in particular 
xgettext was missing), the NLS stuff failed.

I'm, not sure if this is worth fixing, but it seemed worth mentioning. 
ISTM that if we pass configure, we should be able to assume that the 
requisite build tools, libraries, include files etc. are present.

cheers

andrew


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: missing tags
Next
From: Peter Geoghegan
Date:
Subject: ISN patch that applies cleanly with git apply