From: | Vincenzo de Sortis <vincenzo(dot)desortis(at)ipm(dot)it> |
---|---|
To: | "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org> |
Subject: | |
Date: | 1999-06-16 11:45:07 |
Message-ID: | 01BEB7FE.72B6EE80.vincenzo.desortis@ipm.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
System Configuration
--------------------
Operating System : alphaev56-dec-osf4.0b
PostgreSQL version : 6.5.0
Compiler used : gcc 2.8.1
Hardware:
---------
AlphaStation 800
Versions of other tools:
------------------------
GNU Make version 3.74
Problem found in compilation:
-------------------------
Compilation fails at file src/backend/storage/buffer/buf_init.c.
Error message: storage/s_lock.h:102: aggregate value used where an integer was expected
Problem solved following the indication found at :
http://www.postgresql.org/mhonarc/pgsql-ports/1999-02/msg00040.html
(solution from Robert Moniot (moniot(at)fordham(dot)edu))
Problem found during dbase creation:
-------------------------
During the initdb we got a BUS ERROR due to an "unaligned access"
Solved commenting out the line "ENFORCE_ALIGNMENT= true" in the src/Makefile.global
Cheers,
Vincenzo.
From | Date | Subject | |
---|---|---|---|
Next Message | D'Arcy J.M. Cain | 1999-06-16 12:00:55 | Re: [HACKERS] Postgres mailing lists |
Previous Message | Vince Vielhaber | 1999-06-16 10:48:45 | Re: [HACKERS] Postgres mailing lists |