Re: Compiling

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Randall Barber <rdb55(at)email(dot)byu(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compiling
Date: 2002-05-12 16:08:55
Message-ID: 215.1021219735@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Randall Barber <rdb55(at)email(dot)byu(dot)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

In response to

  • Compiling at 2002-05-11 21:12:42 from Randall Barber

Browse pgsql-general by date

  From Date Subject
Next Message murphy pope 2002-05-12 20:05:13 Why is ALLOW_ABSOLUTE_DBPATHS unsafe?
Previous Message Tom Lane 2002-05-12 15:56:46 Re: Serious environment problem with 7.2 on Solaris