Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5

From: Richard NAGY <richard(at)presenceweb(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5
Date: 2000-01-17 14:37:18
Message-ID: 3883291E.94574C17@presenceweb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello Mark,

I still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5. I
connot pass threw the compilation of heaptuple.
I have done the following :

sh configure --prefix=/usr/local/pgsql --with-CC=cc --without-CXX
--with-template=irix5.

I have typed this in this directory : /usr1/src/postgresql-6.5.3/src/

In the template/irix5 file, I have the following :

AROPT:crs
CFLAGS:-n32
SHARED_LIB:
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:
LDFLAGS:-n32

I have tried the -o32 as well but it's the same result ------> error!

The configure command works well. I have installed the GNU make and
GNU readline.

When I run the GNU make, it quickly halts on heaptuple after 97 errors.

Exemple :
(...)
make[1]: Leaving directory `/usr1/src/postgresql-6.5.3/src/utils'
/usr/local/bin/make -C backend all
make[1]: Entering directory `/usr1/src/postgresql-6.5.3/src/backend'
/usr/local/bin/make -C access all
make[2]: Entering directory
`/usr1/src/postgresql-6.5.3/src/backend/access'
/usr/local/bin/make -C common SUBSYS.o
make[3]: Entering directory
`/usr1/src/postgresql-6.5.3/src/backend/access/common'
cc -I../../../include -I../../../backend -n32 -U_NO_XOPEN4 -I../..
-c heaptuple.c -o heaptuple.o
No such feature exists (-5,116)
(...)
97 errors detected in the compilation of "heaptuple.c".

I don't know if this tells you something, but I don't know where to look
for.

--
Richard NAGY
http://www.hitsme.com/

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sarah Officer 2000-01-17 15:41:41 Re: [ADMIN] Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5
Previous Message baumert 2000-01-16 22:53:59