C compiler for C extensions

Ensure you have a C compiler and linker to compile your C-Extensions.

Applications using C extensions, need a C compiler and linker to build the C extension library that will be loaded by the runtime system.

C compiler On UNIX™ platforms

On UNIX platforms, you need a cc compiler on the system where you create the C extension libraries. Note that some UNIX systems do not have a C compiler installed by default.

C compiler On Microsoft™ Windows® platforms

On Windows platforms, it is mandatory to install Microsoft Visual C++ version corresponding to the installed Genero BDL package. The OS identifier of the Genero BDL package file name identifies the Visual C++ version to be used.

C compiler On macOS™ platforms

On the macOS where you create the C extension libraries, the minimal supported Xcode® version is version 12.2.