Re: take endless time to MAKE on RH Linux 9

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Max Chu" <maxc(at)ausdragon(dot)com(dot)au>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: take endless time to MAKE on RH Linux 9
Date: 2004-08-06 04:57:55
Message-ID: 7192.1091768275@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Max Chu" <maxc(at)ausdragon(dot)com(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tony Reina 2004-08-06 14:27:13 Re: inserting multiple rows
Previous Message mike g 2004-08-06 04:40:35 Re: take endless time to MAKE on RH Linux 9