Обсуждение: BUG #1376: configure out of date

Поиск
Список
Период
Сортировка

BUG #1376: configure out of date

От
"Robert Sussland"
Дата:
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.

Re: BUG #1376: configure out of date

От
Peter Eisentraut
Дата:
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/