Hi!
On Wed, 9 Dec 1998, Oleg Broytmann wrote:
> #if (__GLIBC__ >= 2)
> #ifdef HAVE_INT_TIMEZONE
> #undef HAVE_INT_TIMEZONE
> #endif
>
> but it isn't working.
Sorry, my fault - it is working.
Another problem I have - I cannot recompile postgres with DATEDEBUG
defined in config.h - I got the error:
gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -I..
-c
fmgrtab.c -o fmgrtab.o
make[2]: *** No rule to make target `adt/SUBSYS.o', needed by `SUBSYS.o'.
Stop.
make[2]: Leaving directory
`/usr/local/src/PostgreSQL/postgresql-v6.4/src/backend
/utils'
make[1]: *** [utils.dir] Error 2
make[1]: Leaving directory
`/usr/local/src/PostgreSQL/postgresql-v6.4/src/backend
'
make: *** [all] Error 2
Oleg.
---- Oleg Broytmann http://members.tripod.com/~phd2/ phd2@earthling.net Programmers don't die, they
justGOSUB without RETURN.