Re: [GENERAL] Problems compiling

From: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
To: Jonathan Scott <jsscott(at)falcon-srv(dot)csc(dot)calpoly(dot)edu>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Problems compiling
Date: 1999-02-12 11:24:43
Message-ID: Pine.SOL2.3.96.SK.990212142312.8485B-100000@sun.med.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 11 Feb 1999, Jonathan Scott wrote:
> checking whether the C++ compiler (gcc ) works... no
> configure: error: installation or configuration problem: C++ compiler cannot create executables.
>
> Any ideas? I cannot figure it out. Please help, this is for a senior
> project I am working on and I cannot graduate if I dont get it done!:)

./configure --without-CXX

This disables C++ completely, so you couldn't use libpq++.

Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Colin Price (EML) 1999-02-12 11:49:16 pg_dump query about views
Previous Message Stuart Rison 1999-02-12 10:49:26 Re: [GENERAL] Problems compiling