Re: installing 7.2b3 on IRIX 6.5.13

From: Luis Amigo <lamigo(at)atc(dot)unican(dot)es>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: installing 7.2b3 on IRIX 6.5.13
Date: 2001-11-27 17:57:42
Message-ID: 3C03D416.62ED50C5@atc.unican.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

Tom Lane wrote:

> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > One of these days I'm going to write this down somewhere: GCC + Irix +
> > PostgreSQL does not work -- until proven otherwise and/or GCC is fixed.
>
> Oh. Yup, that should be documented or enforced by configure.
>
> > I was going to suggest myself someday that we force CC=cc, but it should
> > be done in configure.in (near line 274) and not in the template file.
>
> Makes sense to me to do it in configure.in. Shall we go ahead and put
> that in?
>
> > We've had successful reports for Irix in the past, so I don't think the -n
> > and -r flags are strictly necessary -- at least I'd like to see more
> > information regarding them. What makes -n32 and -r12000 better than, say,
> > -n64 and -r6000?
>
> Luis' followup indicated that -r wasn't really needed. Not sure about -n.
>
> regards, tom lane

I forgot to say but sure you know that inet_ntoa is widely used but only
critical is:
./postmaster/postmaster.c:2036: host_addr =
inet_ntoa(port->raddr.in.sin_addr);
sorry for repeating
regards

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message sulik_pbem 2001-11-27 23:56:14 ODBC password crypting support
Previous Message Luis Amigo 2001-11-27 17:55:27 Re: installing 7.2b3 on IRIX 6.5.13

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-11-27 18:25:37 Re: CVS branch management (was Re: A problem with new pg_dump)
Previous Message Luis Amigo 2001-11-27 17:55:27 Re: installing 7.2b3 on IRIX 6.5.13