From: | Francois Suter <dba(at)paragraf(dot)ch> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | peter_e(at)gmx(dot)net |
Subject: | Re: Anyone has nls activated on Mac OS X? |
Date: | 2004-02-04 13:38:47 |
Message-ID: | 7566C564-5717-11D8-B488-000393427520@paragraf.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
>> I installed gettext using Fink and then gave it a go. The configure
>> part went ok, but make complained that it couldn't find msgfmt.
>
> Either the package is split up into a run-time and a devel package, or
> it's just plain broken, because msgfmt certainly belongs into any
> "gettext" package. I would ask the packagers.
Ah, that was it. I installed only part of the thing. Also forgot to
include the Fink bin directory in my path...
I still get an error though. Here is how I am trying to compile:
./configure --with-java --with-includes=/sw/include/
--with-libraries=/sw/lib --enable-nls --bindir=/usr/local/bin
--mandir=/usr/local/share/man/
And here is the error I get some way down the making process:
ranlib libecpg.a
gcc -no-cpp-precomp -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -bundle execute.o typename.o descriptor.o
data.o error.o prepare.o memory.o connect.o misc.o
-L../../../../src/port -L/sw/lib -L../pgtypeslib -lpgtypes
-L../../../../src/interfaces/libpq -lpq -lm -o libecpg.so.4.1
ld: Undefined symbols:
_bindtextdomain
_dgettext
gnumake[4]: *** [libecpg.so.4.1] Error 1
gnumake[3]: *** [all] Error 2
gnumake[2]: *** [all] Error 2
gnumake[1]: *** [all] Error 2
gnumake: *** [all] Error 2
It seems to be connected to gettext. Any ideas?
Thanks in advance.
---------------
Francois
Home page: http://www.monpetitcoin.com/
"Would Descartes have programmed in Pascal?" - Umberto Eco
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Browne | 2004-02-04 14:33:02 | Re: pg_generate_sequence and info_schema patch (Was: SELECT |
Previous Message | Richard Huxton | 2004-02-04 13:18:37 | Re: Transaction end on error |