Re: Postgres 7 on IRIX

From: Indraneel Majumdar <indraneel(at)www(dot)cdfd(dot)org(dot)in>
To: Hernandez Alvarez Alfredo <ahernand(at)hafnio(dot)servidores(dot)unam(dot)mx>
Cc: pgsql-ports(at)hub(dot)org
Subject: Re: Postgres 7 on IRIX
Date: 2000-08-18 06:56:58
Message-ID: Pine.SGI.3.96.1000817235050.66928A-100000@www.cdfd.org.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

It's the mips pro C compiler (courtesy Irix). I've been battling with it
for 2 weeks now. Since the machines are new I've not been allowed to
experiment with the O2s. My workaround is to get a PC and put Linux on it.
Out here it's working great and it's taking everyone by storm (they want
to put Linux on all machines now, even on the SUN/UltraSparc!). Probably
removing mips pro might help, but I've not tried it. I've spoken to the
person at freeware(at)sgi(dot)com and he will put up PostgreSQL-7.0 (not 7.0.2)
this month at his site.

HTH, Indraneel

On Tue, 15 Aug 2000, Hernandez Alvarez Alfredo wrote:

>
> Hi there. i am trying to install postgres on IRIX 6.5 . I
> downloaded the tarball, configured it with
> ./configure --prefix=/usr/local/pgsql --with-perl
>
> and then, when i tried to compile it:
>
> ahernand(at)hafnio 215 % gmake
> gmake -C utils all
> gmake[1]: Entering directory
> `/home/ahernand/programas/postgresql-7.0/src/utils'
> /usr/freeware/bin/gcc -I../include -I../backend -U_NO_XOPEN4 -woff
> 1164,1171,1185,1195,1552 -Wl,-woff,15 -W l,-woff,84 -c -o version.o
> version.c
> gcc: cannot specify -o with -c or -S and multiple compilations
> gmake[1]: *** [version.o] Error 1
> gmake[1]: Leaving directory
> `/home/ahernand/programas/postgresql-7.0/src/utils'
> gmake: *** [all] Error 2
>
> i know its the compiler... i have gcc-2.95.2 from freeware.sgi.com, so
> dont know what could be wrong...
> i tried to quit that "-o blabla.o" that appears in the compilation line,
> but i couldnt find which file to change...
>
> Am i missing something?
> Does anybody had this problem?
>
> Help will be apreciated...
> Thanks in advance...
>
> Alfredo
>
>
>
>
>

/************************************************************************.
# Indraneel Majumdar ¡ E-mail: indraneel(at)123india(dot)com #
# Bioinformatics Unit (EMBNET node), ¡ URL: http://scorpius.iwarp.com #
# Centre for DNA Fingerprinting and Diagnostics, #
# Hyderabad, India - 500076 #
`************************************************************************/

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Pete Forman 2000-08-18 09:50:25 Re: Postgres 7 on IRIX
Previous Message Hernandez Alvarez Alfredo 2000-08-17 21:18:32 Re: Postgres 7 on IRIX