installing postgres on irix 6.5.13

From: Luis Amigo <lamigo(at)atc(dot)unican(dot)es>
To: ADMIN <pgsql-admin(at)postgresql(dot)org>
Subject: installing postgres on irix 6.5.13
Date: 2001-11-15 18:57:10
Message-ID: 3BF41006.958F877@bonito.atc.unican.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

A few weeks ago we installed postgres 7.1.3 we had a lot of problems
cause we were taking assembling errors with gcc.
After a lot of attempts we were able to install postgres by using (sgi
cc) -with--template=irix5 with these modifications:
--------------------------
CC=cc
CFLAGS='-n32 -O2 -r12000'
LDFLAGS='-n32 -O2 -r12000'
-------------------------

-r12000 is used to set proccesor as r12000 what we're using
-n32 generate 32 bits object
-o2 Turns on extensive optimization. The optimizations at
this level are generally conservative, in the sense
that
they are virtually always beneficial, provide
improvements commensurate to the compile time spent to

achieve them, and avoid changes which affect such
things
as floating point accuracy. [Extracted from man cc]

it works configuring --with-CC=cc with c and perl I don´t know if it
works with other options

Browse pgsql-admin by date

  From Date Subject
Next Message Mr OCP 2001-11-16 02:18:06 Please help
Previous Message Bruce Momjian 2001-11-15 18:26:50 Re: bug?? in oid2name