Re: 7.1.3, IRIX 6.5 and gcc

Поиск
Список
Период
Сортировка
От Bruno Mattarollo
Тема Re: 7.1.3, IRIX 6.5 and gcc
Дата
Msg-id Pine.LNX.4.33.0108281615390.1774-100000@web1.greenpeace.org
обсуждение исходный текст
Ответ на Re: 7.1.3, IRIX 6.5 and gcc  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: 7.1.3, IRIX 6.5 and gcc  (Peter Eisentraut <peter_e@gmx.net>)
Список 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@web1.greenpeace.org> ---   SysAdmin & TechLead - Greenpeace International
http://www.greenpeace.org/
----------------------------------------------------




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Reinoud van Leeuwen"
Дата:
Сообщение: Re: performance question
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Status of ipcclean