Re: [HACKERS] libpq++ current sources don't compile with older C++ compilers

2001-08-28 Thread Bruce Momjian
Tom, I am sure it is an oversight. Can you fix it? > Today I did something I usually do about once per release cycle: try to > build the system with HP's vendor cc, rather than gcc which I prefer. > This usually turns up some portability issues, and indeed I found some. > One that I'm not enti

Re: [HACKERS] libpq++ current sources don't compile with older C++ compilers

2001-08-27 Thread Tom Lane
[EMAIL PROTECTED] writes: > What version of aCC are you using? $ what /opt/aCC/bin/aCC /opt/aCC/bin/aCC: HP aC++ B3910B A.01.00 HP ANSI C++ B3910B A.00.03 /usr/lib/libc: $Revision: 76.3 $ It's whatever shipped with HPUX 10.20, AFAIR. For my purposes, the fact that it's

Re: [HACKERS] libpq++ current sources don't compile with older C++ compilers

2001-08-27 Thread pgsql-hackers
On Mon, Aug 27, 2001 at 04:16:57PM -0400, Tom Lane wrote: > Today I did something I usually do about once per release cycle: try to > build the system with HP's vendor cc, rather than gcc which I prefer. > This usually turns up some portability issues, and indeed I found some. > One that I'm not e