Re: [ADMIN] Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5

From: Sarah Officer <officers(at)aries(dot)tucson(dot)saic(dot)com>
To: Richard NAGY <richard(at)presenceweb(dot)com>
Cc: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: [ADMIN] Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5
Date: 2000-01-17 15:41:41
Message-ID: 38833835.3CBB37E3@aries.tucson.saic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have installed version 6.5.3 on an SGI O2 running IRIX6.5. Here
is what 'uname -a' returns:
IRIX wasp 6.5 11051733 IP32
I had a few problems with the prefix, and I don't remember why I set
the --disable-shared flag, but here's how I configured:

configure --prefix=$TOP/swl/IRIX6.5 \
--exec_prefix=$TOP/swl/IRIX6.5 --disable-shared --with-tcl \
--with-CC=cc

I compiled:

gmake COPT="-O2"
gmake COPT="-O2" install

The prefix & exec_prefix didn't do what I expected, and apparently I
should have listed the path to for tcl on the with-tcl argument, but
stuff compiled otherwise. The configure script found the correct
template by itself. It looks like the main differences are that I
disabled shared libraries and you turned off C++. ??

I hope this helps.

Sarah Officer
officers(at)aries(dot)tucson(dot)saic(dot)com

Richard NAGY wrote:
>
> 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/
>
> ************

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Richard NAGY 2000-01-17 17:01:47 Re: [ADMIN] Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5
Previous Message Richard NAGY 2000-01-17 14:37:18 Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5