Mark Tessier <[EMAIL PROTECTED]> writes:
> I just realized, after trying to compile a C++ script, that I forgot
> to compile the C++ interface library during the installation of
> postgres. At least I'm assuming this to be the case as
> /usr/include/pgsql -lpq++ doesn't exist.

The library file wouldn't be in /usr/include in any case; more likely
under /usr/lib or /usr/local/lib.

But in any case, you should be able to reconfigure with --with-CXX added
to whatever configure options you used before, rebuild, and then do
"make install" in just src/interfaces/libpq++ not the whole tree.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to