version 7.3.3 re-configure endlessly in AIX 4.3.3

Started by Weiping Healmost 23 years ago3 messagesgeneral
Jump to latest
#1Weiping He
laser@zhengmai.com.cn

Hi,
While upgrade our PostgreSQL 7.3.1 to 7.3.3 on our AIX 4.3.3 box,
I found a strange problem:
after I
./configure --prefix=...
then type:
make
and the build system loop endlessly with these messages:

h70:/home/postgres/postgresql-7.3.3>make
cd . && ./config.status --recheck
running /bin/sh ./configure --prefix=/home/postgres/pgsql
--without-readline --without-zlib --no-create --no-recursion
...

my compiler is gcc 3.2.1 for AIX 4.3.3. any body meet the same problem.
I guess it's the problem of our system configure(which reinstalled
recently), but still no clue what's the problem.

Thanks and regards

Laser

#2Weiping He
laser@zhengmai.com.cn
In reply to: Weiping He (#1)
Re: version 7.3.3 re-configure endlessly in AIX 4.3.3

Sorry, reply to myself, at last I found the problem:
our system clock are wrong. it's earlyer then postgresql
package, so, the configure system always "think" it's more
newer then those files....

Weiping He 写锟斤拷:

Show quoted text

Hi,
While upgrade our PostgreSQL 7.3.1 to 7.3.3 on our AIX 4.3.3 box,
I found a strange problem:
after I
./configure --prefix=...
then type:
make
and the build system loop endlessly with these messages:

h70:/home/postgres/postgresql-7.3.3>make
cd . && ./config.status --recheck
running /bin/sh ./configure --prefix=/home/postgres/pgsql
--without-readline --without-zlib --no-create --no-recursion
...

my compiler is gcc 3.2.1 for AIX 4.3.3. any body meet the same problem.
I guess it's the problem of our system configure(which reinstalled
recently), but still no clue what's the problem.

Thanks and regards

Laser

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Weiping He (#1)
Re: version 7.3.3 re-configure endlessly in AIX 4.3.3

Weiping He <laser@zhengmai.com.cn> writes:

and the build system loop endlessly with these messages:

h70:/home/postgres/postgresql-7.3.3>make
cd . && ./config.status --recheck
running /bin/sh ./configure --prefix=/home/postgres/pgsql
--without-readline --without-zlib --no-create --no-recursion
...

Check your system clock. I think this will happen if current system
time is less than the file timestamp of configure.in.

regards, tom lane