Johnathon Smith <jsmith@buscar.com> writes:
> I am installing postgresql 7.0.3 and am getting this error.
> configure: error: installation or configuration problem: C++ compiler
> cannot create executables
Easiest answer is to "configure --without-CXX" to suppress building of
the C++ interface library. (I assume you don't use C++, else you'd
have noticed that your C++ compiler has a problem ...)
regards, tom lane