Re: BUG #2095: make looping

From: "Golubev, Nickolas USA" <ngolubev(at)nps(dot)edu>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #2095: make looping
Date: 2005-12-06 19:28:42
Message-ID: 38A57AFD8968C64AB06B2373CB9497BF013A2AF7@america.ad.nps.navy.mil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thank you, I never realized that that having the date set wrong could do
that. I updated the date to the current date/time and the compile
worked.
-Nicholas

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Tuesday, December 06, 2005 10:14 AM
To: Golubev, Nickolas USA
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: [BUGS] BUG #2095: make looping

"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

Browse pgsql-bugs by date

  From Date Subject
Next Message Yoshihisa Nakano 2005-12-07 03:28:14 BUG #2096: bug in a SPI sample document
Previous Message Tom Lane 2005-12-06 18:14:16 Re: BUG #2095: make looping