Re: Compiling PostgresSQL 6.4.2 on Indigo2 - Mailing list pgsql-ports

From Thomas Lockhart
Subject Re: Compiling PostgresSQL 6.4.2 on Indigo2
Date
Msg-id 374C398C.79699121@alumni.caltech.edu
Whole thread Raw
List pgsql-ports
> I found your name in the PostgreSQL Mailing list, and maybe you can help
> me compiling and running PostgreSQL 6.4.2 on my Indigo2 running Irix6.2.

Sorry, I have *no* familiarity with SGI systems. However, I'm cc'ing
the Postgres "ports" mailing list, which is the right place to ask the
question. I know that irix has been used successfully by others...

Good luck.

                 - Thomas

> Equipment: gcc2.8.1, flex2.5.4, gnumake 3.7.6
>
> Postgres compiles well, but when I try to start the postmaster with
>
>     postmaster -i
>
> nothing happens. When I try to create a database with
>
>     createdb
>
> from another Shell-Window I got an error message like
>
>     IcpSemaphoreCreate: semctl (Bad address) id=0
>
> Can you tell me which configure and compiler options do you use?
> I use:
>
>     configure --with-CC=gcc --without-CXX
>
>     gmake COPT="-mabi=n32 -mips3" LD="ld -n32" all >& make.log

--
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California

pgsql-ports by date:

Previous
From: Unprivileged user
Date:
Subject: Port Bug Report: After creating a rule it is not possible to read the rule by pg_dump or select * from pg_rules
Next
From: Keith Parks
Date:
Subject: Re: [PORTS] Port Bug Report: After creating a rule it is not possible to read the rule by pg_dump or select * from pg_rules