Can't compile C++ programs from RH 7.1 in RH9

From: "Mike S(dot) Nowostawsky" <mikenowo(at)sympatico(dot)ca>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Can't compile C++ programs from RH 7.1 in RH9
Date: 2004-02-09 21:46:31
Message-ID: 4027FFB7.9030208@sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I am having trouble compiling programs (that I created back in Red Hat
v7.1) because of the libpq++ libs (they don't exist in RH9). I tried
finding them on the net but can't install them because of the various
dependency conflicts with RH9.

My compile statement is (in a script):
c++ -o ../cgi-bin/$1.cgi -I/usr/include/libpq -lpq++ $1.c++ cgi.o
HTMLstream.o

The include statement in the code is:
#include <pgsql/libpq++.h>

How can I get this to compile now in RH9? Is there a replacement for the
old libpq++ libs I can point to? Thx!

Mike.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message L J Bayuk 2004-02-10 01:48:54 Need new project admin for unbundled Tcl interface libpgtcl?
Previous Message David L. Zoll 2004-02-09 20:01:23 Re: Proper tool to display graphics?