Compiling Python with Nuitka standalone

Опубликовано: 29 Сентябрь 2024
на канале: Noirth Security
5,989
26

If you get an error with Nuitka.. here is the solution, we use --lto=no and this is just basics, we can follow imports that will be shown later. Join our community at https://noirth.com
Solution:
python3 -m nuitka --lto=no example.py

Problem:

Nuitka-Scons:INFO: Backend C compiler: gcc (gcc).
collect2: fatal error: ld terminated with signal 11 [Segmentation fault]
compilation terminated. Error 1