Re: Win32 libpq : Static Link ?
"Dave Page" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <E7F85A1B5FF8D44C8A1AF6885BC9A0E4306894@ratbert.vale-housing.co.uk> |
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Oliver D. > Sent: 04 October 2004 07:00 > To: [email protected] > Subject: Re: [pgsql-hackers-win32] Win32 libpq : Static Link ? > > I'm completely stuck with this issue. I just want to know if > some Win32 developer has been able to links statically > against libpq (using libpq.lib). Even if I apparently could > compile the static lib, the program that try to link against > still ask for a .dll. > > Any help would be appreciated. Yes, until a week ago, pgAdmin III linked statically against a VC++ compiled libpq.lib. It sounds to me like the libpq.lib you have is not actually a static library, but an import library for the DLL. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html