On Mon, 2008-05-19 at 20:47 -0400, Bob Rossi wrote: > This is almost correct. It's simply missing the -L to the postgresql/lib > directory. My program failed to link because it couldn't find -lpgport > which lives there.
If fact, PostgreSQL manual (http://www.postgresql.org/docs/8.3/static/libpq-build.html) confirms that we should be using just --libdir. It should be committed now. Let me know... -- Bojan