Re: take endless time to MAKE on RH Linux 9

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: take endless time to MAKE on RH Linux 9
Дата
Msg-id 7192.1091768275@sss.pgh.pa.us
обсуждение исходный текст
Ответ на take endless time to MAKE on RH Linux 9  ("Max Chu" <maxc@ausdragon.com.au>)
Список pgsql-novice
"Max Chu" <maxc@ausdragon.com.au> writes:
> I am trying to install Postgresql 7.4.3 on RedHat Linux 9.
> After I finished ./configure, I typed 'gmake', then it began to check.
> It shows 'checking for int ... yes' and a list of checking results. After a=
>  while,
> I noticed it looped back to 'checking for int ... yes' again. So this MAKE =
> is never
> going to end.

Check your system clock.  "make" gets very confused if it builds a
derived file and finds that the timestamp on the derived file
is still before the timestamp of the source file ...

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: mike g
Дата:
Сообщение: Re: take endless time to MAKE on RH Linux 9
Следующее
От: Ron St-Pierre
Дата:
Сообщение: Re: lock entire database