I was trying to setup my make files using
pqxx-config the otherday on macosx, and wanted to use pqxx-config.

However i found the pqxx-config doesn't do what most packages do and instead actually gives the linker lines like:

pqxx-config --libs
output:    -L/usr/local/lib -lpqxx -L/usr/local/lib/libpq -lpq

instead of following the common practice of using
pqxx-config --includedir
output: /usr/include/lib/pqxx

and
pqxx-config --libdir
output: /usr/include/lib/pqxx

OR whatever variations of paths.

Why does pqxx-config not do this aswell? I am already taking care of libpq myself in my make file, i don't need pqxx-config to do it for me.. Is this a possible feature?
_______________________________________________
Libpqxx-general mailing list
[EMAIL PROTECTED]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to