This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libpq: problem with shared library


Hello,

I'm trying to use PostgreSQL C API under Cygwin, but libpq attempts load a very
strange shared library. On run-time it states:
"error while loading shared libraries: ?: cannot open shared object file: No
such file or directory"
and yes, name of the missing shared library is literally a question mark.

To reproduce the problem, all it takes is just to use the library:

#include <libpq-fe.h>
int main(int argc, char **argv)
{
	PQconnectdb("dbname=test");
	return 0;
}

Compiled with:
gcc -o pqtest pqtest.c /usr/lib/libpq.a

What could possibly cause this? Thanks in advace.

Best regards,
Tomas Hajas

Attachment: cygcheck.out
Description: Binary data

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]