I tried to compile a short program using this line in a batch file
The result was a fatal error after some warningsgcc "purebasic.c" -o "gccShowVideo.exe" -O3
This DLL is not found on my computer.gcc: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found
compilation terminated.
The program compiles and runs fine with asm and C back end in debug mode
and as an *.exe.
Where do I get this DLL and where to put it?