BinaryBuilder.jl icon indicating copy to clipboard operation
BinaryBuilder.jl copied to clipboard

Support for GCC compiler 14.1 within the BinaryBuilder wizard for compiler options?

Open divital-coder opened this issue 9 months ago • 2 comments

Hi i need to access the gcc compiler version 14.1 within the binarybuilder wizard menu for compiler options, in order to resolve my compilation errors relating to the missing GLIBCXX_3.4.30 and GLIBCXX_3.4.32 libraries from the stdc++ lib with the gcc compiler version 13.2 (chosen during compilation for the binary build within wizard).

Since my host operating system (arch linux) have a gcc installation of version 14.1 it seems, that's what seem to be causing the originating errors.

divital-coder avatar May 14 '24 02:05 divital-coder