Обсуждение: BUG #1289: make install failed

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

BUG #1289: make install failed

От
"PostgreSQL Bugs List"
Дата:
The following bug has been logged online:

Bug reference:      1289
Logged by:          nicolas Ferragu

Email address:      nicolas.ferragu@free.Fr

PostgreSQL version: 7.2.5

Operating system:   RedHat AS 2.1

Description:        make install failed

Details:

The make install fail at ./src/nls-global.mk :
  line 67:        for lang in $(LANGUAGES); do
because $(LANGUAGES) is null.

My configure option was : enable-nls=fr

Re: BUG #1289: make install failed

От
Peter Eisentraut
Дата:
PostgreSQL Bugs List wrote:
> The make install fail at ./src/nls-global.mk :
>   line 67:        for lang in $(LANGUAGES); do
> because $(LANGUAGES) is null.

That by itself would not be an error.  Can you post a more complete
output?  But 7.2.5 is old anyway.  You might want to try a newer
version.

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