Re: C++ problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Johnathon Smith <jsmith(at)buscar(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: C++ problem
Date: 2001-01-18 18:24:43
Message-ID: 4116.979842283@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Johnathon Smith <jsmith(at)buscar(dot)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

In response to

  • at 2001-01-17 18:51:18 from Johnathon Smith

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-01-18 18:37:28 Re: Interval output format
Previous Message Oliver Elphick 2001-01-18 17:41:49 Re: Postgres superuser & password on Red Hat; upgrade?