Re: [HACKERS] HP Unix 11.00 Compiler error.

From: Chris Bowlby <excalibur(at)hub(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] HP Unix 11.00 Compiler error.
Date: 2001-05-24 19:33:10
Message-ID: Pine.BSF.4.33.0105241532510.43153-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Thu, 24 May 2001, Tom Lane wrote:

Great, I'll pass this on thanks.

> Chris Bowlby <excalibur(at)hub(dot)org> writes:
> > The configure script errors out looking
> > for _eprintf(), which apparently is a now deprecated GCC
> > attempt at a compatibility layer. This tells me I really
> > can't use the binary build made by the HP-UX porting archive
> > folks.
>
> FWIW, I've seen eprintf link failures on HPUX 10.20 as well. I think
> the key to avoiding it is that you have to build all the components with
> the same compiler (all gcc, or all HP's). If you want to link against a
> precompiled ssl library then that will determine your choice of compiler.
>
> > Cannot compile PostgreSQL and C++ library (--with-CXX) with GCC.
> > Can't find <string> class in STL. Suspect packaging
> > job done by HP-UX porting archive: it moves GCC from
> > /usr/local to /opt, and a few things didn't make the
> > trip smoothly.
>
> I agree. I don't have any trouble building the C++ library here,
> using either hand-built gcc or HP's cc. I let gcc install itself
> in the usual place, ie, /usr/local.
>
> The Porting Archive guys do good work, but their stuff gives headaches
> if you want to mix and match it with stuff you build yourself. They're
> way too eager to mess around with install locations.
>
> I'd recommend rebuilding gcc in a vanilla configuration, using the
> porting archive gcc just for bootstrap purposes.
>
> regards, tom lane
>

Chris Bowlby,
-----------------------------------------------------
Web Developer @ Hub.org.
excalibur(at)hub(dot)org
www.hub.org
1-902-542-3657
-----------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Likhachov 2001-05-24 19:45:18 FullText in postgres
Previous Message Thalis A. Kalfigopoulos 2001-05-24 19:22:59 array bad behavior?

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-05-24 20:05:44 Re: Smaller access privilege changes
Previous Message Tom Lane 2001-05-24 19:17:53 Re: [HACKERS] HP Unix 11.00 Compiler error.