BUG #1376: configure out of date

Started by Robert Susslandover 21 years ago2 messagesbugs
Jump to latest
#1Robert Sussland
robert@inkwood.org

The following bug has been logged online:

Bug reference: 1376
Logged by: Robert Sussland
Email address: robert@inkwood.org
PostgreSQL version: 8.0
Operating system: Mac OS X 10.3.7
Description: configure out of date
Details:

Before installing, a user may run
./configure --help

to determine which flags are possible.

the result of running this on 8.0rc4 specifies that tcl, perl, python, etc.
are possible to build. running the configure script with the options
./configure --with-perl

results in an appparently successful configure, but make returns an error.
Later, I learned this code had been moved to other repositories.
The configure script should be updated to match the code in the tarball.

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Robert Sussland (#1)
Re: BUG #1376: configure out of date

Robert Sussland wrote:

python, etc. are possible to build. running the configure script with
the options ./configure --with-perl

results in an appparently successful configure, but make returns an
error.

Telling us which error would help a lot.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/