Re: BUG #2095: make looping

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nickolas Golubev" <ngolubev(at)nps(dot)navy(dot)mil>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2095: make looping
Date: 2005-12-06 18:14:16
Message-ID: 8730.1133892856@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Nickolas Golubev" <ngolubev(at)nps(dot)navy(dot)mil> writes:
> I have a problem compiling the source code. "./configure" works fine. Then I
> run "make" and it just keeps looping and looping on the "checking for "
> section. This is where it starts to loop:

Check your system clock. This is a common symptom when the system clock
reading is older than the timestamps on the source files. Not too
surprisingly, make gets confused about what's up to date and what not.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Golubev, Nickolas USA 2005-12-06 19:28:42 Re: BUG #2095: make looping
Previous Message Nickolas Golubev 2005-12-06 17:11:03 BUG #2095: make looping