Re: Decouple C++ support in Meson's PGXS from LLVM enablement - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: Decouple C++ support in Meson's PGXS from LLVM enablement
Date
Msg-id CAGECzQSt-ZPnNNJss_VVF_hn5W0_s4g2j9Q5ZHLVzYe8h5ttvg@mail.gmail.com
Whole thread Raw
In response to Re: Decouple C++ support in Meson's PGXS from LLVM enablement  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
On Fri, 7 Nov 2025 at 16:39, Peter Eisentraut <peter@eisentraut.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)



pgsql-hackers by date:

Previous
From: Jim Jones
Date:
Subject: Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement
Next
From: Peter Eisentraut
Date:
Subject: Re: AIX support