Re: Compiling - Mailing list pgsql-general

From Tom Lane
Subject Re: Compiling
Date
Msg-id 215.1021219735@sss.pgh.pa.us
Whole thread Raw
In response to Compiling  (Randall Barber <rdb55@email.byu.edu>)
List pgsql-general
Randall Barber <rdb55@email.byu.edu> writes:
> I want to write a C++ app using the libpq++ library, but it was  not built =
> or installed.

Presumably because you didn't say --with-cxx (or however that option is
spelled) so configure didn't go looking for a C++ compiler.  You need
to reconfigure.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Serious environment problem with 7.2 on Solaris
Next
From: "murphy pope"
Date:
Subject: Why is ALLOW_ABSOLUTE_DBPATHS unsafe?