On Tue, December 27, 2005 16:40, Luis Silva wrote:

>>Looks like you're not linking with libpq, which is the C API that lies
>>underneath libpqxx.
>
> Tks,but can you tell how to link it?

Just like you linked to libpqxx: you add a link option to your compiler
command line, or to your project configuration, depending on your working
environment.  If you're using command-line options, try running
"pqxx-config --libs" (assuming it's in your path) to see what sort of
options you'll need to link your application with libpqxx and libpq.


Jeroen


_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to