Hi, PostgreSQL library is called libpq.so on linux and pq.dll on win32.it would be nice to be able to write dlopen_wrapper("pq") and have the right library opened on any platform.
Alas, lt_dlopenext("pq") does not work on linux (lt_dlopenext("libpq") does). I think ltdl needs a function which would try prepending "lib" on unix platforms. Thanks. Sam.
_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool