This is what I get when trying to compile a red file.
[--@----- Downloads]$ ./red-toolchain-066 -c hello-gui.red
-=== Red Compiler 0.6.6 ===-
Compiling /home/mc/Downloads/hello-gui.red ...
*** Driver Internal Error: Script Error : Library error: /home/mc/.red/crush-2025-3-19-58502.so: cannot enable executable stack as shared object requires: Invalid argument
*** Where: build-compress-lib
*** Near: [crush-lib: load/library filename
crush-compress: make
] ``
[--@----- Downloads]$ ./red-toolchain-066 -r hello.red
-=== Red Compiler 0.6.6 ===-
Compiling /home/mc/Downloads/hello.red ...
*** Driver Internal Error: Script Error : Library error: /home/mc/.red/crush-2025-3-19-58502.so: cannot enable executable stack as shared object requires: Invalid argument
*** Where: build-compress-lib
*** Near: [crush-lib: load/library filename
crush-compress: make
] ``
Before you ask I have 2 files, hello.red and hello-gui.red
I'm on Manjaro Linux
I installed red and red.view with yay, and they both work okay, but they do not compile
There's no redc nor red-toolchains on AUR
Downloaded and used the file from the stable builds on your site
Thank you.
This is what I get when trying to compile a red file.
[--@-----Downloads]$ ./red-toolchain-066 -c hello-gui.red-=== Red Compiler 0.6.6 ===-
Compiling /home/mc/Downloads/hello-gui.red ...
*** Driver Internal Error: Script Error : Library error: /home/mc/.red/crush-2025-3-19-58502.so: cannot enable executable stack as shared object requires: Invalid argument
*** Where: build-compress-lib
*** Near: [crush-lib: load/library filename
crush-compress: make
] ``
[--@-----Downloads]$ ./red-toolchain-066 -r hello.red-=== Red Compiler 0.6.6 ===-
Compiling /home/mc/Downloads/hello.red ...
*** Driver Internal Error: Script Error : Library error: /home/mc/.red/crush-2025-3-19-58502.so: cannot enable executable stack as shared object requires: Invalid argument
*** Where: build-compress-lib
*** Near: [crush-lib: load/library filename
crush-compress: make
] ``
Before you ask I have 2 files, hello.red and hello-gui.red
I'm on Manjaro Linux
I installed red and red.view with yay, and they both work okay, but they do not compile
There's no redc nor red-toolchains on AUR
Downloaded and used the file from the stable builds on your site
Thank you.