From: | Bruno Mattarollo <bruno(at)web1(dot)greenpeace(dot)org> |
---|---|
To: | |
Cc: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: 7.1.3, IRIX 6.5 and gcc |
Date: | 2001-08-28 14:17:00 |
Message-ID: | Pine.LNX.4.33.0108281615390.1774-100000@web1.greenpeace.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello
Thanks Peter! That solved the problem and I could get postgresql 7.1.3 to
compile. Actually it works :) It seems that for my needs now, this GCC is
enough... At least I could compile postgresql, python, postfix and xemacs
and some other GNU software ... :)
Thanks again!
/B
On Tue, 28 Aug 2001, Peter Eisentraut wrote:
> Go into the file src/backend/storage/s_lock.c and change the line that
> looks like
>
> #if defined(__mips__)
>
> to
>
> #if defined(__mips__) && !defined(__sgi)
>
> (This "mips" assembly code is there for the likes of NetBSD and Linux.)
>
> This should allow for the compilation to continue.
>
> > I read in the archives that GCC was not very good to compile on IRIX, at
> > this stage I have no choice, we don't have MIPSPro licensed.
>
> "not very good" can also be read as "won't work", unless GCC 3 now does
> better.
>
>
--
--- Bruno Mattarollo <bruno(at)web1(dot)greenpeace(dot)org> ---
SysAdmin & TechLead - Greenpeace International
http://www.greenpeace.org/
----------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-08-28 15:03:46 | Re: NetBSD 1.5.1(HP300) |
Previous Message | Reinoud van Leeuwen | 2001-08-28 13:09:06 | Re: performance question |