Re: Where do I get Windows libpq and header files?

From: "ezra epstein" <ee_newsgroup_post(at)prajnait(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Where do I get Windows libpq and header files?
Date: 2003-12-25 00:10:25
Message-ID: 7YKdnXqU8dZ3u3eiXTWc-w@speakeasy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Did you try the "usual suspects"? The postgres mirrors have full source.
As far as I know the $POSTGRES/src/include files are (mostly)
cross-platform. The platform specific stuff is mostly created by the
configure scripts. The route I'd suggest is Cygwin:
http://www.cygwin.com/
By default you'll get more than you purely need this way, but its an easy
way to get the Postgres source (or the postgres binary for that matter if
you wanted to test your to-be-written client against a server running on the
development machine -- sometimes a handy thing).

HTH

== Ezra Epstein

"Karam Chand" <karam_chand03(at)yahoo(dot)com> wrote in message
news:20031224061347(dot)24348(dot)qmail(at)web60809(dot)mail(dot)yahoo(dot)com(dot)(dot)(dot)
> Hello
>
> I have postgresql latest version running on RH 9. I
> want to write a windows based application to interact
> with postgresql server. For that I plan to use libpq
> i.e. using C.
>
> I can work with the linux version but try as I might I
> am not able to locate a source for compiled ( static )
> version of libpq and its header files for Windows.
>
> Where can I get it?
>
> Thanks in advance.
>
> Karam
>
> __________________________________
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now
> http://companion.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message ezra epstein 2003-12-25 00:18:05 Re: Normalization and regexp
Previous Message ezra epstein 2003-12-25 00:06:37 Re: Parser does not like %ROWTYPE in the RETURNS clause of a