Re: C++ problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: C++ problem
Date
Msg-id 4116.979842283@sss.pgh.pa.us
Whole thread Raw
In response to  (Johnathon Smith <jsmith@buscar.com>)
List pgsql-novice
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

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Novice lo_import problem (7.0.3)
Next
From: Ken Corey
Date:
Subject: Re: Yikes! Bitten by line length?