vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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@sss.pgh.pa.us] Sent: Tuesday, December 06, 2005 10:14 AM To: Golubev, Nickolas USA Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] BUG #2095: make looping "Nickolas Golubev" <ngolubev@nps.navy.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 ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |