Re: Upgrading gcc

Lawrence D’Oliveiro <[email protected]> Mon, 3 Aug 2026 06:30:46 -0000 (UTC)
Newsgroups comp.os.linux.misc
Organization A noiseless patient Spider
Message-ID <[email protected]>
On Mon, 03 Aug 2026 06:05:43 GMT, Charlie Gibbs wrote:

> ... Darktable's build.sh still managed to find (and reject) the old
> GCC 11.

Looking at the package source (on Debian), it looks like Darktable
uses CMake to drive its builds. That build.sh is little more than a
wrapper around CMake, and in particular it allows you to pass custom
options to CMake.