Re: [HACKERS] Date/time on glibc2 linux

From: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
To: pgsql-hackers(at)postgreSQL(dot)org
Cc: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Subject: Re: [HACKERS] Date/time on glibc2 linux
Date: 1998-12-09 17:38:12
Message-ID: Pine.SOL2.3.96.SK.981209203534.9266A-100000@sun.med.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-12-09 17:58:39 Re: [HACKERS] problem compiling with egcs 1.1.1
Previous Message Jim Nicholson 1998-12-09 17:08:55 Trouble with compile of 6.4 under UW7