Re: Win32 libpq : Static Link ?

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Oliver D(dot)" <oliver(at)inadd(dot)com>, <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Win32 libpq : Static Link ?
Date: 2004-10-04 07:15:14
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE475DEA@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

I've built with the static libs on MingW, but it's been a while since I did it with MSVC. It's asking specifically for libpq.dll? Or is it some other DLL? And if libpq, which exports is it looking for? (Use depends.exe from the support tools to find out)

//Magnus

> -----Original Message-----
> From: Oliver D. [mailto:oliver(at)inadd(dot)com]
> Sent: Monday, October 04, 2004 8:00 AM
> To: pgsql-hackers-win32(at)postgresql(dot)org
> 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.
>
> Thank you very much.
>
> Oliver.
>
>
> Le 1 oct. 04, à 23:16, Oliver D. a écrit :
>
> > We are experiencing troubles trying to link -statically- against
> > libpq.lib on Windows (VC++ 7).
> >
> > Our app works great when we link against libpq.dll but we can't get
> > the same result with libpq.lib. The app seems to
> continuously ask for
> > a dll.
> >
> > We have compiled 7.4.X libpq on Win32 but still can't get a static
> > link.
> >
> > Have some windows experienced developers already been able to link
> > against libpq.lib with VC++ ?
> >
> > Thank you for your help.
> >
> > Oliver
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>
>

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Dave Page 2004-10-04 07:34:15 Re: output file name - was pg_restore / psql
Previous Message Oliver D. 2004-10-04 05:59:55 Re: Win32 libpq : Static Link ?