Thread: Postgres 8.0.0beta1 didn't compile

Postgres 8.0.0beta1 didn't compile

From
oa@cubeoffice.de
Date:
Hi,

Postgres 8.0.0beta1 didn't compile on an older linux machine:

/configure --prefix /usr/local/pgsql-8.0.0beta1

make

..
syslogger.c: In function `SysLoggerMain':
syslogger.c:231: storage size of `timeout' isn't known
syslogger.c:231: warning: unused variable `timeout'
make[3]: *** [syslogger.o] Error 1
make[3]: Leaving directory `/usr/src/wrk/postgresql-8.0.0beta1/src/backend/postmaster'
make[2]: *** [postmaster-recursive] Error 2
make[2]: Leaving directory `/usr/src/wrk/postgresql-8.0.0beta1/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/wrk/postgresql-8.0.0beta1/src'
make: *** [all] Error 2
baldur:/usr/src/wrk/postgresql-8.0.0beta1 # uname -a
Linux baldur 2.4.10 #1 SMP Wed Aug 7 13:37:21 CEST 2002 i686 unknown
baldur:/usr/src/wrk/postgresql-8.0.0beta1 # gcc --version
2.95.2
baldur:/usr/src/wrk/postgresql-8.0.0beta1 #