BUG #1289: make install failed

Started by PostgreSQL Bugs Listover 21 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: PostgreSQL Bugs List (#1)
Re: BUG #1289: make install failed

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/