Re: Decouple C++ support in Meson's PGXS from LLVM enablement

From: Jelte Fennema-Nio <me(at)jeltef(dot)nl>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Tristan Partin <tristan(at)partin(dot)io>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: Decouple C++ support in Meson's PGXS from LLVM enablement
Date: 2025-11-07 16:19:56
Message-ID: CAGECzQSt-ZPnNNJss_VVF_hn5W0_s4g2j9Q5ZHLVzYe8h5ttvg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 7 Nov 2025 at 16:39, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
> The AC_PROG_CXX macro sets CXX to g++ if no C++ compiler is found. Then
> a PGXS user would at least get an error message about g++ not found and
> they can fix it by installing it. Maybe we should do that under Meson too.

I think that sounds reasonable.

(although I think using c++ instead of g++ would make more sense
though, but that seems like a separate thread as it would also apply
to that autoconf code)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-11-07 16:28:13 Re: AIX support
Previous Message Jim Jones 2025-11-07 16:16:38 Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement