On Mon, December 26, 2005 22:53, Luis Silva wrote: > I there i'm having a problem compiling my program I'm having this errors: > /usr/local/lib/libpqxx.a (connection.o) (. text+0x1c) : In function > 'pqxx::lazyconnection::completeconnect()': > ../include/pqxx/connection_base.hxx:198 undefined reference to > 'PQconnectdb'
> What might be the problem? tks in advance Looks like you're not linking with libpq, which is the C API that lies underneath libpqxx. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
