Re: [ADMIN] undefined reference to `_libintl_gettext'

2003-08-24 Thread Serguei Mokhov
Hmm... Removing that gettext() call from there fixed the problem. I successfully compiled postgres and installed it. I have also just thought whether it makes much sense to have such a call on a variable name within another call... -s - Original Message - From: "Serguei M

[ADMIN] undefined reference to `_libintl_gettext'

2003-08-24 Thread Serguei Mokhov
Hello, Any insight on what's going on? I'm positive I have all recent gettext stuff installed and configure has detected that. For some reason, the linker says otherwise for pl/PgSQL. That line in pl_exec.c has a call to gettext() ... gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations -

Re: [ADMIN] Wrong date inserts

2002-04-14 Thread Serguei Mokhov
- Original Message - From: "Egon Reetz" <[EMAIL PROTECTED]> Sent: Sunday, April 14, 2002 7:26 AM > database is 7.1.3, compiled with -enable-local -enable-recode ^ Is it possible that this was just a spelling mistake? --enable-locale -s --