I have included a couple of patches that will make postgres

Bruce Momjian <bruce@momjian.us>

Commit: 31bca4540e7310855a51ddb9a0c54b1a03e6f7f5
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-10-14T17:59:22Z
Releases: 7.1.1
I have included a couple of patches that will make postgres
compile out of the tar file on Solaris with the SUN 5.0 compilers.
These compilers will be needed if you wan to compile the libpg++
interface without using the gcc/g++. The SC4.2 compilers do not
understand the string class.

The first patch changes the ecpg intermediate shared library
name from *.sho to *.sho.o so that the SUN compiler will
allow it to be used in conjunction with the -o option.

Matthew C. Aycock

Files

PathChange+/−
src/interfaces/ecpg/lib/Makefile.in modified +4 −4
src/interfaces/libpq++/pgenv.h modified +5 −0