To compile postgres using gcc 2.7.2.1 I had to modify 2 files
src/interfaces/libpq++/pgconnection.ccsrc/interfaces/libpq++/pgenv.h
Particularly,
#include <iostream> to #include <iostream.h>
in src/interfaces/libpq++/pgenv.h
and
#include <strstream> to #include <strstream.h>
There are no problem with egcs 1.12 release
Could somebody made changes in cvs sources.
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83