c++ compile/link problem - Mailing list pgsql-interfaces

From Shane Hansen
Subject c++ compile/link problem
Date
Msg-id 003601c0b8e3$b2693460$61e97b81@usu.edu
Whole thread Raw
Responses Re: c++ compile/link problem  ("J. T. Vermeulen" <jtv@cistron-office.nl>)
Re: c++ compile/link problem  (Randy Jonasz <rjonasz@click2net.com>)
List pgsql-interfaces
I am struggling trying to get a connection to my postgres database from a c++ program.  I have read the documention and looked at many examples, but when I try to compile the code I get the same type errors every time.  They look like:
 
/tmp/cc38u8Jz.o: In function `main':
/tmp/cc38u8Jz.o(.text+0x3b): undefined reference to `PgConnection::PgConnection(
char const *)'
/tmp/cc38u8Jz.o(.text+0x4e): undefined reference to `PgConnection::~PgConnection
(void)'
collect2: ld returned 1 exit status
 
What am I doing wrong?
 
Shane Hansen

pgsql-interfaces by date:

Previous
From: Jeff MacDonald
Date:
Subject: mod_auth_pgsql
Next
From: "J. T. Vermeulen"
Date:
Subject: Re: c++ compile/link problem