Re: Building libpq independently of server

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL ODBC list <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Building libpq independently of server
Date: 2018-09-14 16:17:24
Message-ID: CA+FnnTxQxGULBeqA2U2ejnrX0mbvZeWBvDoqtLrNGshBbiN4Og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Tom,
On Fri, Sep 14, 2018 at 10:55 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Igor Korot <ikorot01(at)gmail(dot)com> writes:
> > Is there a way to build libpq on OSX without buillding the whole server?
>
> Doesn't this work for you?
>
> $ ./configure ...
> $ cd src/interfaces/libpq
> $ make
> $ make install

Do I have to configure the whole server source code?

I'm actually looking for building the library on OSX and Solaris...
I already have the code for (just) libpq as I build it on Windows
as I didn't need the server to do that.

Please help.

Thank you.

>
> regards, tom lane

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Igor Korot 2018-09-15 03:45:39 Building libpq independently of server
Previous Message Ivan Neshta 2018-09-13 10:50:49 Re: A problem with odbc connection