Problems compiling PostgreSQL on DEC Alpha...

From: "Gerry D'Costa" <gdcosta(at)cybersurf(dot)net>
To: <pgsql-ports(at)postgresql(dot)org>
Subject: Problems compiling PostgreSQL on DEC Alpha...
Date: 1999-07-20 17:10:59
Message-ID: 007501bed2d2$d8b29560$1290c5d1@cybersurf.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi,

I'm trying to compile Postgres 6.4.2 on a DEC/Alpha 800 system running Digital UNIX 4.0D. I've compiled gcc-2.8.0, flex-2.5.4, bison 1.28, and zlib-1.1.3. It first starts to generate fatal errors out in the /src/backend/storage/buffer directory:

make[3]: Entering directory `/usr/local/src/postgresql-6.4.2/src/backend/storage/buffer'
gcc -I../../../include -I../../../backend -DNOFIXADE -Wall -Wmissing-prototypes -I../.. -c buf_table.c -o buf_table.o
gcc -I../../../include -I../../../backend -DNOFIXADE -Wall -Wmissing-prototypes -I../.. -c buf_init.c -o buf_init.o
../../../include/storage/s_lock.h: In function `tas':
In file included from buf_init.c:29:
../../../include/storage/s_lock.h:102: aggregate value used where an integer was expected
buf_init.c: In function `InitBufferPool':
buf_init.c:234: incompatible types in assignment
make[3]: *** [buf_init.o] Error 1

I read that Postgres 6.4 complied on my platform but had to have some minor patches installed. Could I be directed to the location where I could find and install these patches?

Thanks in advance for any help

Yours,

Gerald D'Costa
Web/Systems Administrator
Cybersurf Corporation

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 1999-07-20 17:36:30 Re: [PORTS] RedHat6.0 & Alpha
Previous Message Thomas Lockhart 1999-07-20 16:59:19 Re: [PORTS] RedHat6.0 & Alpha