Re: BSD gettext - Mailing list pgsql-hackers

From Rick Robino
Subject Re: BSD gettext
Date
Msg-id 3B0B08E3.371C208E@wavedivision.com
Whole thread Raw
In response to BSD gettext  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:
> 
> http://www.postgresql.org/~petere/gettext.html
> 
> This is a compilation of the BSD-licensed gettext tools from NetBSD plus
> some of my own code, put into a (hopefully) portable package, intended to
> be evaluated for possible use in PostgreSQL.  Give it a try if you're
> interested.  I've already tried it on FreeBSD, Linux, and Unixware, so
> don't bother with those.

# uname -a
SunOS mage 5.8 Generic_108528-06 sun4u sparc SUNW,Ultra-5_10
# pwd
/usr/local/src/3/bsd-gettext-0.0
# gmake install >/dev/null 2>&1     
# echo $?                           
0
# LANGUAGE=sv /usr/local/bin/gettext
/usr/local/bin/gettext: argument saknas
# 



-- 

Rick Robino                                 v. (503) 891-9283
Wave Division Consulting                    @. wavedivision.com


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: JDBC commit to 7.1.2
Next
From: Hiroshi Inoue
Date:
Subject: Re: Plans for solving the VACUUM problem