Re: [HACKERS] Date/time on glibc2 linux

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: [HACKERS] Date/time on glibc2 linux
Дата
Msg-id Pine.SOL2.3.96.SK.981209203534.9266A-100000@sun.med.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] Date/time on glibc2 linux  (Oleg Broytmann <phd@sun.med.ru>)
Список 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 по дате отправления:

Предыдущее
От: "Jim Nicholson"
Дата:
Сообщение: Trouble with compile of 6.4 under UW7
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] problem compiling with egcs 1.1.1