Re: problem to compile 7.0.2 - Mailing list pgsql-novice

From Tom Lane
Subject Re: problem to compile 7.0.2
Date
Msg-id 5684.971890440@sss.pgh.pa.us
Whole thread Raw
In response to problem to compile 7.0.2  (Lionel Bargeot <l.bargeot@educagri.fr>)
List pgsql-novice
Lionel Bargeot <l.bargeot@educagri.fr> writes:
> checking whether the C++ compiler (gcc   )
> works... no
> configure: error: installation or configuration
> problem: C++
> compiler cannot create executables.

Looks like you'll have to omit the C++ interface library.  Do

    ./configure --without-CXX

            regards, tom lane

pgsql-novice by date:

Previous
From: Bill Morrow
Date:
Subject: Re: Stupid question: concatenating strings
Next
From: "Justin Long"
Date:
Subject: Thanks for all the answers!