Re: Identifying build options - Mailing list pgsql-general

From Igor Korot
Subject Re: Identifying build options
Date
Msg-id CA+FnnTwfti99-yJU_EpS-0qSjASm2B32YPFEMiCAvrXnnpMXug@mail.gmail.com
Whole thread
In response to Identifying build options  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
On Fri, Jul 10, 2026 at 11:22 PM Igor Korot <ikorot01@gmail.com> wrote:
>
> Hi, ALL,
> Do I understand correctly that I can use "pg_config --cflags" and
> "pg_config --libs"
> as input to build my program that links with libpq?

Or using "    -I`pg_config  --includedir`" and "    -L`pg_config
--libdir` -lpq" is sufficient?



>
> Thank you.



pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: Identifying build options
Next
From: Laurenz Albe
Date:
Subject: Re: Identifying build options