| From: | Constantin Teodorescu <teo(at)flex(dot)ro> |
|---|---|
| To: | PostgreSQL general <pgsql-general(at)postgreSQL(dot)org>, pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Compiling errors on RedHat 5.1 |
| Date: | 1998-10-13 14:47:07 |
| Message-ID: | 362367EB.E76C6B84@flex.ro |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
I am using a i386 machine with RedHat 5.1 installed.
Trying to recompile the 6.3.2 version of PostgreSQL I found the
following errors :
gcc -I../../../include -I../../../backend -Wall -Wmissing-prototypes
-I../.. -c ipc.c -o ipc.o
In file included from /usr/include/sys/sem.h:31,
from ipc.c:38:
/usr/include/sys/sem_buf.h:57: redefinition of `union semun'
make[3]: *** [ipc.o] Error 1
and also
gcc -I../../../include -I../../../backend -Wall -Wmissing-prototypes
-I../.. -c proc.c -o proc.o
In file included from /usr/include/sys/sem.h:31,
from proc.c:71:
/usr/include/sys/sem_buf.h:57: redefinition of `union semun'
make[3]: *** [proc.o] Error 1
>From that point, the compilation was aborted.
Any clues ?
Please cc: me directly to teo(at)flex(dot)ro
--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-10-13 15:21:38 | Re: [GENERAL] Making NULLs visible. |
| Previous Message | Herouth Maoz | 1998-10-13 14:31:59 | Re: [GENERAL] Emptying a database. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-10-13 15:13:02 | Re: [HACKERS] TCL/TK library glitches in configure.in |
| Previous Message | Constantin Teodorescu | 1998-10-13 14:46:25 | pgtclCmds.c has bugs that have been removed once !!!!!! |