On Fri, Jul 10, 2026 at 11:22 PM Igor Korot <[email protected]> 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.


Reply via email to