Re: Building libpq independently of server

Igor Korot <[email protected]> Fri, 14 Sep 2018 11:17:24 -0500
Newsgroups gmane.comp.db.postgresql.odbc
Message-ID <CA+FnnTxQxGULBeqA2U2ejnrX0mbvZeWBvDoqtLrNGshBbiN4Og@mail.gmail.com>
Tom,
On Fri, Sep 14, 2018 at 10:55 PM Tom Lane <[email protected]> wrote:
>
> Igor Korot <[email protected]> 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