Re: errors with 8.1 make on Solaris

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, Janet Bagg <J(dot)Bagg(at)kent(dot)ac(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: errors with 8.1 make on Solaris
Date: 2005-11-29 21:16:53
Message-ID: 10091.1133299013@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> I wonder if this is a problem with gcc 4 on Solaris. The OP is
> using Solaris 8/gcc 4.0.2 and the previous complaint involved
> Solaris 10/gcc 4.0.0. My Solaris 9/gcc 3.4.2 box builds fine,
> as does the Solaris 10/gcc 3.3.2 box buzzard in the buildfarm.

Hmm ... I am suddenly reminded that gcc is fairly fragile about being
copied from one platform/version to another without care. Is it
possible that the gcc installations in use here were originally
generated on another Solaris release? If so they may contain private
copies of the system headers that don't match up with the current
platform. I've seen similar things happen on HPUX: gcc built on 11.11
just does not work very well on 11.23.

On a default HPUX build you can look into /usr/local/lib/gcc-lib/ to
discern what the compiler was actually built on; not sure if the
equivalent directories are kept in the same place on Solaris.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2005-11-29 21:47:34 Re: Login limitation?
Previous Message Steve Crawford 2005-11-29 21:13:43 Re: Installation trouble - Solved (?)