Re: [HACKERS] Date/time on glibc2 linux - Mailing list pgsql-hackers

From Oleg Broytmann
Subject Re: [HACKERS] Date/time on glibc2 linux
Date
Msg-id Pine.SOL2.3.96.SK.981209203534.9266A-100000@sun.med.ru
Whole thread Raw
In response to Re: [HACKERS] Date/time on glibc2 linux  (Oleg Broytmann <phd@sun.med.ru>)
List pgsql-hackers
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.
 



pgsql-hackers by date:

Previous
From: "Jim Nicholson"
Date:
Subject: Trouble with compile of 6.4 under UW7
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] problem compiling with egcs 1.1.1