Installation bug
Joncheng Kuo <ckuo01@syr.edu>
From: Joncheng Kuo <ckuo01@syr.edu>
To: pgsql-bugs@postgresql.org
Date: 2001-03-01T22:33:30Z
Lists: pgsql-bugs
Hi, When I tried to build PostgreSQL 7.0.3, I had a problem: My Linux machine has its C++ include file in /usr/include/g++. So I added --with-includes=/usr/include/g++ when I run ./configure. However, the postgresql-7.0.3/src/interfaces/libpq++/Makefile doesn't have this include path in its CXXFLAGS. Thanks. Joncheng Kuo