LO 24.2 C++20 baseline
David Gerard
dgerard at gmail.com
Sat Sep 23 23:41:40 UTC 2023
On Sun, 24 Sept 2023 at 00:33, David Gerard <dgerard at gmail.com> wrote:
> On Sun, 24 Sept 2023 at 00:20, David Gerard <dgerard at gmail.com> wrote:
> > For gcc 12, as i understand it I'd have to try to bodge in the debs
> > from 22.10 (the current experimental version) or compile it from
> > source.
> sorry, I mean debs from 22.10 or later - 22.10 and 23.04 supply gcc12,
> 23.10 supplies gcc13, so I'm guessing 24.04 will supply gcc13 as well.
OK, never mind me! The following works:
sudo apt remove gcc # removes gcc-11, g++-11, build-essential
sudo apt install gcc-12 g++-12
So far it's compiling ...
- d.
More information about the LibreOffice
mailing list